API reference
Server API
- Overview
- POSTTrack Action
- GETGet Action
- GETQuery Actions
- PATCHUpdate Action
- GETGet User
- PATCHUpdate User
- DELDelete User
- POSTEnroll Verified Authenticator
- GETGet Authenticators
- DELDelete Authenticator
- POSTInitiate Challenge
- POSTVerify Challenge
- POSTClaim Challenge
- POSTValidate Challenge
- GETGet Challenge
- GETGet Authenticator Configurations
- POSTCreate Session
- POSTValidate Session
- POSTRefresh Session
- POSTRevoke Session
Client API
- Overview
- GETGet Authenticators
- GETGet Authenticator Configurations
- SMS
- Email OTP
- Email magic link
- Authenticator app
- Passkey
- Push
- Device
- iProov (Face Biometrics)
Management API
- Overview
- GETGet Tenant
- Action Configurations
- Rules
- Custom Lists
- Custom Data Points
- Theme
Call Connect API
- Caller Authentication
Terminal API
- Payment Session
Server API
Revoke Session
Revoke a session for a given access token.
POST
/
sessions
/
revoke
Copy
Ask AI
curl --request POST \
--url https://api.authsignal.com/v1/sessions/revoke \
--header 'Content-Type: application/json' \
--data '{
"accessToken": "eyJhbGciOiJ..."
}'
Copy
Ask AI
This response does not have an example.
Body
application/json
Response
204
The session was successfully revoked.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.authsignal.com/v1/sessions/revoke \
--header 'Content-Type: application/json' \
--data '{
"accessToken": "eyJhbGciOiJ..."
}'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.