v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
TokenManagement

Update User Token by Resource Identifier

Updates the P2P user token name and status for the specified resource identifier.

put/programs/{programCode}/accounts/{accountIdentifier}/externalIdentifiers/{externalResource}

Path parameters

programCodestring required

The program code identifying the BaaS program context.

externalResourcestring required

The external resource identifier for the token to update.

accountIdentifierstring required

Headers

X-GD-RequestIdstring required

A unique request identifier for tracking and logging. Should be a GUID.

Request body

accountIdentifierstring uuid nullable

The unique identifier for the account associated with the token update.

tokenNamestring nullable

The new or updated token name to be assigned.

statusstring nullable

The status of the token update operation (e.g., "Active", "Inactive", "Pending").

externalResourcestring nullable

An external resource identifier or context related to the token update.

Response

OK

tokenNamestring nullable

The updated token name after the operation.

statusstring nullable

The status of the update operation.