curl -X GET "https://config.gms.ensync.cloud/v1/access-key?pageIndex=0&limit=10&order=DESC&orderBy=createdAt" \ -H "X-API-KEY: your-api-key"
{ "resultsLength": 2, "results": [ { "id": 1, "name": "Production Key", "key": "ensk_prod_xxxxx", "type": "SERVICE", "permissions": { "send": ["order/*"], "receive": ["payment/*"] }, "createdAt": "2024-01-15T10:30:00Z" } ] }
Retrieves a list of access keys with optional filtering
ASC
DESC
asc
desc
name
createdAt
Show Access Key Object
ACCOUNT
SERVICE