Getting Started

The user can integrate Passport into their application or website post their sandbox setup.

The integration process has two steps:

Obtaining the API bearer from the Passport representative. The provided API bearer token will be used to authenticate their integration’s API requests. Making a test API request on the sandbox environment to confirm the soundness of the integration. Note: All the data used in the documentation is representational.

Authentication:

All API requests without an authentication will fail. All API requests must be made over HTTPS. Calls made over HTTP will fail. The API rate limit is set at 1000 requests per 10 seconds. Exceeding this limit will result in a “429: Too Many Requests” response, and the subsequent requests will be dropped.


.readme-logo { display: none !important; }