v1
latestSwagger 2.02026-08-065854114.9 KBorganizations
Get an specific organization by ID.
get/organizations/{id}
Path parameters
idinteger required
Query parameters
withCustomFieldsboolean
Return custom fields of organizations. Use this param to include them in the response. Example: /organizations/{id}?withCustomFields=true
Response
OK
Example response
{
"data": {
"contact": {
"work": "(99) 9999-9999",
"mobile": "(99) 99999-9999",
"whatsapp": "+5511999999999"
},
"address": {
"postalCode": "99999-999"
}
}
}