Get API Keys
GET/v1/user/authorization/keys/:organization_id
Get API Keys
Request
Path Parameters
organization_id Organization Idrequired
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
keys
object[]
key_name Key Name (string)required
expiration date-timerequired
creation date-timerequired
suffix Suffix (string)required
user_id User Id (string)required
{
"keys": [
{
"key_name": "string",
"expiration": "2024-07-29T15:51:28.071Z",
"creation": "2024-07-29T15:51:28.071Z",
"suffix": "string",
"user_id": "string"
}
]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...