curl --request GET \
--url https://api.growthchannel.io/keys/hint/?agency_id=544
Public endpoints
Public API-KEY
GET
/
keys
/
hint?agency_id=
{agency_id}
curl --request GET \
--url https://api.growthchannel.io/keys/hint/?agency_id=544
An
This endpoint provides the key.
X-API-KEY is required to authenticate requests to nearly all public endpoints.This endpoint provides the key.
Method
GETEndpoint
api/public/keys/hintstring
required
The agency’s API key for authorization. Contact an admin to get one.
curl --request GET \
--url https://api.growthchannel.io/keys/hint/?agency_id=544
number
required
The unique identifier for the agency
?agency_id=544Responses
- 200 OK
- 404 Not Found
{
"key_hint": "aY5Q" // last 4 characters
}
{
"error": {
"code": "NOT_FOUND",
"message": "Agency not found",
"details": {
"field": "agency_id",
"value": "544"
},
"request_id": "4b7bd3b3-21fa-47ae-8369-78e658408a51"
}
}
