Authorizations
Response
API token successfully reset
Array of new API tokens
curl --request PUT \
--url https://app.herondata.io/api/credentials/reset_api_token \
--header 'x-api-key: <api-key>'
{
"tokens": [
"<string>"
]
}
Reset the API token for the authenticated user. This will invalidate the current token and generate a new one. Rate limited for security.
curl --request PUT \
--url https://app.herondata.io/api/credentials/reset_api_token \
--header 'x-api-key: <api-key>'
{
"tokens": [
"<string>"
]
}
API token successfully reset
Array of new API tokens
Was this page helpful?