Skip to main content
POST
Activate physical card

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Path Parameters

id
string<uuid>
required

Body

Request body for activating a physical card

activationCode
string
required

The 6-digit activation code from the card mailer. Use GET /cards/:id/activation-code only if the code was lost.

Pattern: ^[0-9]{6}$

Response

Response for status 204