Refresh User JWT
GET/api/v1/mssp/:mssp-id/token-refresh
x-public: "true"
Refresh User JWT
Request
Path Parameters
mssp-id stringrequired
MSSP Id
Responses
- 200
- 400
- 401
- 429
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
token string
{
"token": "string"
}
Bad request. One of the required arguments is missing or fails a constraint
- application/json
- Schema
- Example (from schema)
Schema
error objectrequired
code stringrequired
message stringrequired
target string
details undefined[]
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
null
]
}
}
Authentication error
- application/json
- Schema
- Example (from schema)
Schema
error objectrequired
code stringrequired
message stringrequired
target string
details undefined[]
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
null
]
}
}
Too many requests
- application/json
- Schema
- Example (from schema)
Schema
token string
{
"token": "string"
}
Loading...