Redeem the provided code and get a key
Redeem the provided code and get a key
application/json
Request Body required
redeem_code string
Responses
- 200
- 404
- 409
- 500
Found.
application/json
Schema
Example (from schema)
Schema
key string
{
"key": "string"
}
Not Found.
application/problem+json
Schema
Example (from schema)
Schema
detail string
instance uri
properties object
property name* object
status int32
title string
type uri
{
"detail": "string",
"instance": "string",
"properties": {},
"status": 0,
"title": "string",
"type": "string"
}
Code already redeemed.
application/problem+json
Schema
Example (from schema)
Schema
detail string
instance uri
properties object
property name* object
status int32
title string
type uri
{
"detail": "string",
"instance": "string",
"properties": {},
"status": 0,
"title": "string",
"type": "string"
}
Configuration error.
application/problem+json
Schema
Example (from schema)
Schema
detail string
instance uri
properties object
property name* object
status int32
title string
type uri
{
"detail": "string",
"instance": "string",
"properties": {},
"status": 0,
"title": "string",
"type": "string"
}
Loading...