Authentication

Discover Stripo API authentication documentation. Learn how to securely authenticate and access Stripo API.

How does it work

Every API call needs to be authenticated. Authentication works by checking a project's access token, which can be generated within a Stripo account by its owner on the Project settings page.

JWT — is a unique key for each project in our system. Remember to keep it safe. It limits the ability to influence the email messages and templates of projects outside the organization for which an access token has been generated.

How to get the token

To generate a JWT token, please go to your project settings.

Scroll down to Access the REST API and generate it.

Once you obtain your token, you must use it in every API call you make according to API Reference docs.