Skip to main content
POST
/
users
/
certificates
/
{cert_id}
/
activate
Activate User Certificate By Id
curl --request POST \
  --url https://api-dev.monyfix.tech/users/certificates/{cert_id}/activate \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cert_id
string
required

Response

Successful Response