patch https://api.helika.io/v1/api-credentials/
Update details of an API key such as its name and its active status by passing in new parameter values.
Log in to see full request history
Responses
Update details of an API key such as its name and its active status by passing in new parameter values.
xxxxxxxxxx
curl --request PATCH \
--url https://api.helika.io/v1/api-credentials/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"is_active":true}'
Try It!
to start a request and see the response here! Or choose an example: