v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Connection Tokens

Revoke connection token

This endpoint lets you revoke a connection token. To be able to revoke a connection token for a user, you need to have WRITE access on that user and the connection token must be valid (not expired, not revoked and not consumed).

post/connection/revoke_token

Request body

user_idstring required

User id

tokenstring

Token to revoke

Example request

{
  "user_id": "5309c3a237bbc544d8e26737",
  "token": "\\xaf3e8951c1f4c42f9cc53116b3fc855bd44bce01cf27604b"
}

Response

OK

object required