post
https://{project_url}/webservice/rest-api/{api_interface}/{version}/cards
Add a new customer card.
⚠️ Endpoint is available only in Enterprise API.
What happens when a card is created
- A card record is created and its server-generated
card_idis returned. - The card is linked to the supplied
customer_id. - A marketing-automation "assign card" event is triggered.
Related operations
- POST /cards/batch - create multiple cards in a single request.
- POST /cards/actions/assign-free-card - assign an existing free card from a pre-imported pool.
- PUT /cards/{card_id} - update an existing card.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401The client has invalid credentials or auth token.
401The client has invalid credentials or auth token.
403The client does not exist or the client tried to access an unauthorized property or resource.
403The client does not exist or the client tried to access an unauthorized property or resource.
404The request path does not match any API route, or the addressed resource does not exist.
404The request path does not match any API route, or the addressed resource does not exist.
405The request path matches a valid route, but the endpoint does not support the HTTP method used in the request.
405The request path matches a valid route, but the endpoint does not support the HTTP method used in the request.
429Too many requests - more than the resource limit.
500Server is not working as expected.
500Server is not working as expected.
503Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.