Get an API Key
GET/api/v1/apikeys/:id
Get an API Key
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
apiKey string
createdAt date-time
error string
expiresAt date-time
id string
name string
permissions integer[]
{
"apiKey": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"error": "string",
"expiresAt": "2024-07-29T15:51:28.071Z",
"id": "string",
"name": "string",
"permissions": [
0
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...