Revoke Access Token
PUT/api/v1/oauth/revoke
Sets revoked flag to true, client needs to get new valid authorization to get new token
- username: Username/Email of valid user with autostore system
- password: Password
- client_id: Client ID received after adding integration
- client_secret: Client ID received after adding integration
Request
Responses
- 204
- 401
- 403
- 404
- 422
Successful Response
`unauthorized`: Missing or invalid authorization token.
<br>`unauthorized`: Invalid or no credentials where supplied.
`could_not_validate_credentials`: Could not validate credentials.
`integration_not_found`: Integration does not exist.
Validation Error