Create a new estudjo API key. The full key is returned only once at creation — store it immediately. Requires an existing X-Api-Key header.
Create a new API key for your estudjo account. You might use additional keys to isolate different integrations, rotate credentials, or grant scoped access to separate services. The full key value is returned only once in the creation response — store it immediately in a secure location.
{ "success": true, "data": { "id": 4, "name": "Zapier integration", "api_key": "9e6e81a6d...", "message": "save this key now — it will not be shown again" }}
The api_key value is shown only once in this response and cannot be retrieved again. Copy it to a secure secrets store (e.g. an environment variable, a password manager, or a secrets manager) before closing this request.