cURL
curl --request PATCH \ --url https://api.wavix.com/v1/api-keys/{id}/activate \ --header 'Authorization: Bearer <token>'
{ "success": true }
Activates a previously deactivated API key. Once activated, the API key can be used for authentication again.
Bearer token using appid (Authorization: Bearer )
The unique ID of the API key on the Wavix platform
The API key was activated successfully.
true
Was this page helpful?