Authentication
Secured Authentication
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 modified 1yr ago