Authentication

Secured Authentication

Authenticate with Personal Access Tokens

The Appruve API uses Personal Access Tokens to authenticate requests. You can view and manage Tokens in the Appruve Dashboard.

Authentication to the API is performed via Bearer Authentication. You must send your token in the Authorization header when making requests to the API.

Authorization: Bearer <token>

Last updated