Token

List active API tokens for the authenticated user

Returns all non-revoked, non-expired scoped API tokens owned by the caller. Session tokens are excluded.

get/api/user/tokens

Headers

X-EDH-USERstring required

SOCA username for authentication

X-EDH-TOKENstring required

SOCA authentication token

Response

Token list retrieved successfully

successboolean

Example response

{
  "success": true
}

Changes