v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
CustomCard

Create Custom Card

Creates a custom card for a user using the provided image data and user identifier.

post/programs/{programCode}/userIdentifiers/{userIdentifier}/customCard

Path parameters

programCodestring required

The program code identifying the BaaS program context.

userIdentifierstring required

The unique identifier for the user creating the custom card.

Headers

X-GD-RequestIdstring required

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

Request body

imageDatastring byte nullable

The image data for the custom card, typically as a byte array.

Response

OK