X-API-Version HTTP header with the API version you’re using.
cURL
HTTP 400 error.
JSON
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DRN API is versioned. When backwards-incompatible changes are made to the API, we release a new, dated version. The current version is 2024-09-01.
X-API-Version HTTP header with the API version you’re using.
X-API-Version: 2024-09-01
curl -XGET -H 'Authorization: Bearer SECRET_API_KEY' -H 'X-API-Version: 2024-09-01'\
'https://drn-api.fpjs.io/drn/...'
HTTP 400 error.
{
"error": {
"code": "version_not_found",
"message": "version is not found"
}
}
Was this page helpful?