Appruve authenticates your API requests using your account’s Personal Access Tokens, simply called tokens. If you do not include your token when making an API request, or use one that is incorrect or outdated, Appruve returns an error. Simply include your token in the Authorization
header when making requests to the API
Authorization: Bearer <token>
You can create and manage your Personal Access Tokens from your Appruve Dashboard. You can create a Test token or a Live Token. Use Test tokens when you are testing and want to isolate test data from live data. Use Live tokens when working with a live production environment.