Logout of an identity and revoke any active tokens.
POST https://api.jsonpad.io/identities/logoutcurl https://api.jsonpad.io/identities/logout \
-X POST \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>" \
-H "x-identity-token: <IDENTITY TOKEN>" \
-H "x-identity-group: <IDENTITY GROUP>" \
-d '{
"all": true
}'No parameters
x-api-tokenstringYour API token.x-identity-tokenstringAn identity token.x-identity-groupstringAn identity group.{all: true}allbooleanBy default, only the session for this identity token ends. Set this to true to log the identity out on every device.No response body
No response headers
2026-09-17