cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/emnify/endpoint/{endpointId} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "status": { "id": 123, "description": "<string>" }, "service_profile": { "id": 123, "name": "<string>" }, "tariff_profile": { "id": 123, "name": "<string>" }, "ip_address": {}, "imei": {}, "imei_lock": {}, "tags": {}, "created": {}, "last_updated": {}, "sim": { "id": 123, "iccid": "<string>", "msisdn": "<string>", "model": {}, "status": { "id": 123, "description": "<string>" } } }
Operacion: Get full endpoint detail.
Bearer token authentication
Emnify endpoint ID
Show child attributes