v9

latestOpenAPI 3.0.1raw.githubusercontent.com2025-06-3012412.6 KB
Auth

Updates the description of an existing dev token.

put/v1/frontend/auth

Request body

string required

Response

OK

created_bystring
descriptionstring
issued_datestring
last_usedstring
revokedstring
service_external_idstring
service_mode'LIVE' | 'TEST'
token_linkstring
token_type'CARD' | 'DIRECT_DEBIT'
type'API' | 'PRODUCTS'

Example response

{
  "created_by": "test@example.org",
  "description": "Description of the token",
  "issued_date": "04 Apr 2022 - 19:02",
  "last_used": "05 Apr 2022 - 19:02",
  "revoked": "05 Apr 2022 - 20:02",
  "service_external_id": "cd1b871207a94a7fa157dee678146acd",
  "service_mode": "live",
  "token_link": "550e8400-e29b-41d4-a716-446655440000",
  "token_type": "CARD",
  "type": "API"
}