Articles in this section
Category / Section

BoldDesk API Authentication

Published:

BoldDesk API uses an API key-based authentication. To make an API request, you should add the API key to the request header as below,

curl -X GET “https://{your domain}/api/v1.0/tickets” -H “x-api-key: {API Key}”

The API key will be used to authenticate and authorize your request. If the API key is valid and has enough permission to access the requested resource, the result will be returned.

To learn about how to generate API Key, click here.

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied