All PartnerPage API authentication is done via Header Based authentication and must be used for every request to the API. You can generate and access your ParnterPage API token within your account at directory.partnerpage.io. This token is your auth token for your use of the API and is embedded into the header of every request.All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.At this time, PartnerPage does not support restricted API keys or granular key permissions. As such, it is important that you handle your API key properly and ensure it is secure if sharing within your organization.Base URL
https://v1.api.partnerpage.io
Authorization
Add parameter in the headerAuthorization
Example: Authorization: Token *****************
Modified at 2025-07-16 19:09:54