Skip to main content

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:

  1. Generate an API Token

  2. Obtain a JWT Token

    • Call the /v1/login API endpoint.
    • Refer to the Swagger documentation for request details.
    • The access_token in the response is your API key.

Once authenticated, you can use this token to access other API endpoints securely.