get https://api.naoca.com/v1/partners/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/partners/id \
--header 'accept: application/json'
xxxxxxxxxx
15{
"data": {
"id": "35da151f-3a79-4ea2-957a-4ab1075458c8",
"name": "A cool partner thing 2",
"url": "https://google.com",
"logo": "https://assets.naoca.com.au/partners/35da151f-3a79-4ea2-957a-4ab1075458c8/logo.png",
"created_at": "2023-06-02T04:48:58.000Z",
"updated_at": "2023-06-02T05:10:43.000Z"
},
"metadata": {
"request_id": "F4BJIgCKSwMEJyA=",
"method": "GET",
"url": "https://api.naoca.com/v1/partners/{id}"
}
}