An X-API-KEY is required to authenticate requests to nearly all public endpoints.
This endpoint provides the key.
Endpoint
api/public/keys/hint
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
The unique identifier for the agency ?agency_id=544
Responses
{
"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"
}
}