Logout of an identity and revoke any active tokens.
POST https://api.jsonpad.io/identities/logoutcurl https://api.jsonpad.io/identities/logout \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>" \
-H "x-identity-token: <IDENTITY TOKEN>" \
-H "x-identity-group: <IDENTITY GROUP>"No parameters
x-api-tokenstringYour API token.x-identity-tokenstringAn identity token.x-identity-groupstringAn identity group.No request body
No response body
No response headers
2024-10-29