curl --request PUT \
--url https://app.herondata.io/api/credentials/keys/{heron_id}/activate \
--header 'x-api-key: <api-key>'{
"heron_id": "<string>",
"is_active": true
}Re-activate a previously deactivated API key.
curl --request PUT \
--url https://app.herondata.io/api/credentials/keys/{heron_id}/activate \
--header 'x-api-key: <api-key>'{
"heron_id": "<string>",
"is_active": true
}Was this page helpful?