Skip to content
Hound Documentation
Main Navigation
Getting Started
Appearance
Menu
Return to top
Create API Key
POST
/api/v1/api_keys
Parameters
Query Parameters
name
*
API Key Name
Type
string
Required
Responses
200
400
500
OK
Content-Type
application/json
Schema
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"
}
POST
/api/v1/api_keys
Playground
Variables
Key
Value
name
*
Try it out
Samples
Powered by
VitePress OpenAPI