API Access#
To gain access to the Pigeon API, you must be subscribed to a paid Pigeon API plan. Upon subscription, we'll provide a live API key which can be used to authenticate with the production API.API Authentication#
The Pigeon API uses API keys to authenticate requests.To authenticate an API request, specify your API key in the X-API-KEY
request header:All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.Your API keys carry many privileges, so be sure to keep them secure. Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.Modified at 2024-10-01 12:48:11