API Keys
Create user API key
Create a new API key for a user or team
post/user-api-keys
Request body
Example request
{
"user_id": "3241a285-8329-4d69-8f3d-316e08cf140c"
}Response
Successful response
Example response
{
"user_id": "3241a285-8329-4d69-8f3d-316e08cf140c"
}