Skip to content

Validate Partner Key

GET
/api/v1/auth/validate-partner
curl --request GET \
--url 'https://api.qeychain.xyz/api/v1/auth/validate-partner?partner_key='

Validate a partner key. Returns 200 if valid, 401 if invalid.

partner_key
Partner Key
string
""

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}