curl --request POST \
--url https://partner.peaka.studio/api/v1/projects/{projectId}/apiKeys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "test"
}'
{
"name": "test",
"apiKey": "TtgGcQFq.s3fzROFoop8uHG4pS2LYhoqn1rLb6oW6",
"apiKeyId": "21fd1a8d-88d5-4295-b792-5b2113138057"
}
curl --request POST \
--url https://partner.peaka.studio/api/v1/projects/{projectId}/apiKeys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "test"
}'
{
"name": "test",
"apiKey": "TtgGcQFq.s3fzROFoop8uHG4pS2LYhoqn1rLb6oW6",
"apiKeyId": "21fd1a8d-88d5-4295-b792-5b2113138057"
}
Use the Authorization header with the value 'Bearer <apiKey>' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
Project ID
API Key request
The body is of type object
.
API Key created
Represents an API key.