post https://api.bookripe.com/api/account/v4.0/auth
Generate a JWT token
- First you must generate your API token and secret via the Ripe CRS.
- Contact your primary account admin or a Ripe CSM if you need access.
- You can generate multiple JWT token to use for multiple applications, or use the same token across more than one. It is recommended to create unique tokens bases on application intent and usage in the event one or more access tokens is revoked, it will not take down separate applications.
- Once generated, you can only view/copy the JWT once so immediately add it to your application to submit each time within the header of your request.
- Each time a request is made the JWT is referenced for access, permissions and expiration.
- JWT has an expiration period, refer to the
JWT Refresh
endpoint to request a new one.