Skip to main content
The ASAPP API is Resource oriented, relying on REST principles. Our APIs accept and respond with JSON.

Authentication

The ASAPP API uses a combination of an API Id and API Secret to authenticate requests.
Learn how to find your API Id and API Secret in the Developer quickstart.

Environments

The ASAPP API is available in two environments:
  • Sandbox: Use the Sandbox environment for development and testing.
  • Production: Use the Production environment for production use.
Use the API domain to make requests to the relevant environment.

Errors

The ASAPP API uses standard HTTP status codes to indicate the success or failure of a request. We also return a code and message in the response body for each error. Learn more about error codes in the Error handling section.