Invalidate linked web session

This endpoint allows you to invalidate the web session which is associated with your authenticated identity. This will only work for API identities (most likely API tokens) that were generated using the first-party application login flow. .

POST
https://api.katapult.io/core/v1/invalidate_linked_web_session

If successful, this endpoint will return a 200 OK status.

Potential Errors

The following errors may occur during this request.

Details HTTP status

identity_not_linked_to_web_session

The authenticated identity is not linked to a web session

400 Bad Request

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    status: Boolean
}