curl --request POST \
--url https://api.example.com/api-keys{
"success": true,
"data": {
"id": 3,
"uuid": "4b6406ff-e2e4-4343-8879-44374e8552fe",
"key": "pk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"status": "active",
"last_used_at": null,
"created_at": "2026-01-15T15:00:00.000000Z"
},
"message": "API key generated successfully. Please copy and store it securely."
}
Generate a new API key
curl --request POST \
--url https://api.example.com/api-keys{
"success": true,
"data": {
"id": 3,
"uuid": "4b6406ff-e2e4-4343-8879-44374e8552fe",
"key": "pk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"status": "active",
"last_used_at": null,
"created_at": "2026-01-15T15:00:00.000000Z"
},
"message": "API key generated successfully. Please copy and store it securely."
}
Documentation Index
Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"success": true,
"data": {
"id": 3,
"uuid": "4b6406ff-e2e4-4343-8879-44374e8552fe",
"key": "pk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"status": "active",
"last_used_at": null,
"created_at": "2026-01-15T15:00:00.000000Z"
},
"message": "API key generated successfully. Please copy and store it securely."
}
Was this page helpful?