v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Account

Search Account

Searches for accounts based on encrypted search criteria. Requires a valid program code and search details in the request body. Returns a list of accounts matching the search parameters.

post/programs/{programCode}/accounts/search

Path parameters

programCodestring required

Partner program code for the account.

Headers

X-GD-RequestIdstring required

Unique request tracking identifier (X-GD-RequestId header).

Request body

versionstring nullable

The version of the encryption algorithm used to encrypt the data (e.g., "v1", "v2").

ephemeralPublicKeystring nullable

The ephemeral public key used in the encryption process, typically for key exchange or session establishment.

publicKeyHashstring nullable

The hash of the public key used to verify the integrity and authenticity of the encryption key.

datastring nullable

The encrypted data payload, typically base64-encoded, containing the sensitive information.

Response

OK