Skip to main content
GET
https://api.growthchannel.io
/
api
/
public
/
keys
/
hint?agency_id=
{agency_id}
  curl --request GET \
    --url http://gc-api-prod.us-east-1.elasticbeanstalk.com/api/public/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
  curl --request GET \
    --url http://gc-api-prod.us-east-1.elasticbeanstalk.com/api/public/keys/hint/?agency_id=544
agency_id
number
required
The unique identifier for the agency ?agency_id=544

Responses

  • 200 OK
  • 404 Not Found
{
  "key_hint": "aY5Q" // last 4 characters
}