Category / Section
BoldDesk API Authentication
Updated:
Jan 09, 2023
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.
Didn't find an answer?
Contact Support