Create User Tokenpost https://example.com/programs/{programCode}/accounts/{accountIdentifier}/externalIdentifiersCreates a new P2P user token for the specified account and program.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredBody ParamsThe request payload containing token creation details. ExternalResource: The external resource identifier. Identifier: The identifier data for the token. externalresourcestring | nullAn external resource identifier or context related to the token creation.identifierobjectRepresents token and user identification details for a request. Contains token name, user names, contact info, account and payment instrument identifiers, and additional metadata. Used in token-related requests to provide comprehensive identification and context.identifier objectHeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago