Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://config.gms.ensync.cloud/v1/access-key" \ -H "X-API-KEY: your-api-key" \ -H "Content-Type: application/json" \ -d '{ "name": "Production Service Key", "type": "SERVICE", "permissions": { "send": ["order/*", "inventory/*"], "receive": ["payment/*"] } }'
{ "accessKey": "ensk_prod_xxxxxxxxxxxxx", "accessKeyId": "ak_123456", "service_key_pair": { "public_key": "base64-encoded-public-key", "private_key": "base64-encoded-private-key" } }
Creates a new access key with specified permissions
ACCOUNT
SERVICE
Show Permissions Object
Show Key Pair