Get Tokenized Dispute URLpost https://example.com/programs/{programCode}/accounts/{accountIdentifier}/disputes/urlsGenerates a tokenized URL for dispute workflows, allowing secure access to dispute resolution pages for the specified account.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account associated with the dispute.Body ParamsThe request payload containing dispute URL generation details. CaseType: The type of dispute case. AccessToken: The access token for authentication. QfdChannel: The channel for dispute processing. caseTypestring | nullThe type of case for which the tokenized URL is being requested (e.g., "dispute", "inquiry").accessTokenstring | nullThe access token used for authentication or authorization.qfdChannelstring | nullThe channel through which the request is made (e.g., "web", "mobile", "api").HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.X-GD-ClientIpstringThe IP address of the client making the request.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