cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/sim/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phone_number": "423663922670587", "action": "enable" } '
{ "success": true, "phone_number": "<string>", "message": "<string>", "endpoint_id": {}, "sim_id": {}, "new_status": {} }
Enable or disable a single SIM card through the Emnify API.
This endpoint acts as a secure backend proxy to the Emnify API, keeping API tokens safe and managing authentication.
Notes:
Bearer token authentication
Phone number (MSISDN) of the SIM to modify
"423663922670587"
Action to perform
enable
disable
"enable"