Skip to main content
GET
https://api.growthchannel.io
/
keys
/
hint?agency_id=
{agency_id}
  curl --request GET \
    --url https://api.growthchannel.io/keys/hint/?agency_id=544
An X-API-KEY is required to authenticate requests to nearly all public endpoints.
This endpoint provides the key.

Method

GET

Endpoint

api/public/keys/hint
X-Api-Key
string
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
agency_id
number
required
The unique identifier for the agency ?agency_id=544

Responses

{
  "key_hint": "aY5Q" // last 4 characters
}