cURL
curl --request GET \ --url https://api.example.com/api/v1/agency/{agency_id}/branding
{ "message": "Data retrieved successfully", "meta": {}, "data": { "branding": {} } }
Get the branding of an agency by its ID.
Successful Response
Show child attributes
Was this page helpful?