Documentation Index
Fetch the complete documentation index at: https://docs.unosend.co/llms.txt
Use this file to discover all available pages before exploring further.
A descriptive name for the API key.
permission
string
default:"full_access"
Permission level: full_access, sending_access, or read_only.
Request
curl -X POST https://api.unosend.co/api-keys \
-H "Authorization: Bearer un_xxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"name": "Production Server"
}'
Response
{
"success": true,
"data": {
"id": "key_123",
"name": "Production Server",
"key": "un_abc123xyz...",
"created_at": "2024-01-15T10:30:00.000Z"
}
}
The full API key is only returned once upon creation. Store it securely.