Secured Authentication
Last updated 3 years ago
The Appruve API uses to authenticate requests. You can view and manage Tokens in the Appruve Dashboard.
Authentication to the API is performed via . You must send your token in the Authorization header when making requests to the API.
Authorization
Authorization: Bearer <token>