Create Card

POST /account/cards

Issues a new card for the authenticated user.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "statusCode": 201,
    "statusMessage": "Resource was created",
    "payload": {
        "id": "9361b0f7-8c8a-486f-bc53-cfda39acbc98",
        "message": "New card was created.",
        "traceId": "gdlyfx1kn79mm0e66an"
    }
}

Last updated