Skip to content

/api/auth/callback/{id} (POST)

POST
/api/auth/callback/{id}
curl --request POST \
--url https://example.com/api/auth/callback/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "code": "example", "error": "example", "device_id": "example", "error_description": "example", "state": "example", "user": "example" }'
id
required
string
Media typeapplication/json
object
code
string
error
string
device_id
string
error_description
string
state
string
user
string
Examplegenerated
{
"code": "example",
"error": "example",
"device_id": "example",
"error_description": "example",
"state": "example",
"user": "example"
}

Bad Request. Usually due to missing parameters, or invalid parameters.

Media typeapplication/json
object
message
required
string
Examplegenerated
{
"message": "example"
}

Unauthorized. Due to missing or invalid authentication.

Media typeapplication/json
object
message
required
string
Examplegenerated
{
"message": "example"
}

Forbidden. You do not have permission to access this resource or to perform this action.

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}

Not Found. The requested resource was not found.

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}

Too Many Requests. You have exceeded the rate limit. Try again later.

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}

Internal Server Error. This is a problem with the server that you cannot fix.

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}