Documentation Index
Fetch the complete documentation index at: https://docs.ensync.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Body Parameters
The access key to update the service key pair for
Response
The public key for encryption
The private key for decryption
curl -X PUT "https://config.gms.ensync.cloud/v1/access/service-key-pair" \
-H "X-API-KEY: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"access_key": "ensk_prod_xxxxx"
}'
{
"public_key": "base64-encoded-public-key",
"private_key": "base64-encoded-private-key"
}