---
updatedAt: 2026-04-01T14:54:53.000Z
---

Fetch the complete documentation index at: https://docs.sumsub.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# About Sumsub API

Work with applicant data through RESTful APIs.

With the Sumsub API, you can process the applicant data and documents submitted for verification through simple RESTful APIs.

We provide you with [Production and Sandbox](/docs/sandbox-mode) mode available via `api.sumsub.com`.

API access is regulated through the use of the `X-App-Token` authorization header, as described in [this article](https://docs.sumsub.com/sumsub/reference/authentication).

> 🚧 Important
>
> * To receive real-time updates on [verification statuses](https://docs.sumsub.com/sumsub/docs/applicant-statuses), it is necessary to configure [webhooks](https://docs.sumsub.com/sumsub/docs/webhooks) (primarily [applicantReviewed](https://docs.sumsub.com/sumsub/docs/user-verification-webhooks#applicantreviewed)).
> * If you use JS in your backend deployment, make sure to always pass the `Content-Type: application/json` header unless otherwise specified, even if the actual JSON body payload is empty.

> 📘 Mind the following:
>
> * To provide you with access to Production mode, we must first test your integration to make sure everything works as expected.
> * All incompatible changes made to the API will be versioned and will not affect the existing endpoints. However, we may add additional fields to the JSON responses without any notice or API versioning. So it is not a good idea to rely on object mappers in your integration code that will fail on unknown properties.
> * The header names are not case-sensitive and may vary depending on your ways of implementation at both your requests and our responses.
> * The API responds with a JSON payload unless otherwise specified.

# Try API with Postman

Use the following collections for Postman:

* [Sumsub API](https://github.com/SumSubstance/PostmanCollection/archive/refs/heads/main.zip). This collection includes a pre-script that throws an error every time `form-data` is used. For example, the client will not be able to add an ID document image in that case.
* [Transaction Monitoring and Travel Rule](https://github.com/SumSubstance/TMandTRPostmanCollection/archive/refs/heads/main.zip)