Authentication

Use API keys to authenticate API requests.

The Costructor API uses API keys to authenticate requests.
You can view and manage your API keys in the Costructor Dashboard (soon).

All API requests require a Bearer Token. Pass your API key in the Authorization header using the format:
Bearer YOUR_API_TOKEN

curl -H "Authorization: Bearer YOUR_API_TOKEN" https://api.costructor.co/external/v1/contacts