Blacklist Token

Blacklist Token

Endpoint to blacklist the user session
Authorized Roles : ANY

Request
URI
POST
https://{api_host}/provider/blacklist
COPY
Request Body
TokenBlacklistDto of type(s) application/json
Required
{
    "token": "string"
}
string
token
Optional

token

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/provider/blacklist