curl -X GET "https://config.gms.ensync.cloud/v1/access-key/ensk_prod_xxxxx/permissions" \ -H "X-API-KEY: your-api-key"
{ "id": 1, "name": "Production Key", "key": "ensk_prod_xxxxx", "type": "SERVICE", "permissions": { "send": ["order/*", "inventory/*"], "receive": ["payment/*"], "resources": {} }, "createdAt": "2024-01-15T10:30:00Z" }
Retrieves permissions for a specific access key
ACCOUNT
SERVICE
Show Permissions