Required Credentials
The Payless Power API uses a secure OAuth 2.0 token to authenticate requests to our API. Your Payless Power account manager can supply you with the associated credentials needed during initial on-boarding. Your credentials are privileged, so be sure to keep them secure! Do not share your secret keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
To access our API, you'll need to generate a token. You will receive the following credentials from your account manager:
-
Tenant ID: {tenant_id}
-
Client ID: {client_id}
-
Client Secret: {client_secret}
-
Scope: {scope}
-
Subscription Key: {subscription_key}
Please keep these credentials secure and do not share them with anyone.