Skip to content

Create API Key

POST
/api/v1/api_keys

Parameters

Query Parameters

name*

API Key Name

Type
string
Required

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"api_key": "string",
  
  
"created_at": "string",
  
  
"expires_at": "string",
  
  
"key_id": 0,
  
  
"name": "string",
  
  
"revoked_at": "string",
  
  
"user_id": 0
  
},
  
"status": "success"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI