cURL
curl --request PATCH \ --url https://api.raul.ugps.io/api/v1/emnify/endpoint/{endpointId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true } '
{ "error": "<string>", "message": "<string>", "details": "<string>" }
Operacion: Enable or disable endpoint.
Bearer token authentication
Emnify endpoint ID
Whether to enable (true) or disable (false) the endpoint
Status changed successfully