Accessing the Scribe Security API
Scribe provides a Swagger API, which you can explore here.
For working usage examples, visit our GitHub repository.
Steps to Access the API
Follow these steps to authenticate and start using the Scribe API:
-
Generate an API Token
- Navigate to Scribe Hub > Account > Tokens.
- Create a new API token.
-
Obtain a JWT Token
- Call the
/v1/loginAPI endpoint. - Refer to the Swagger documentation for request details.
- The
access_tokenin the response is your API key.
- Call the
Once authenticated, you can use this token to access other API endpoints securely.