All tutorials

Provision cards with the API

The provisioning API lets you automate card creation from your own systems - a single call can create a user, their card and a subscription.

7 min read · Advanced

  1. 1

    Create an API key

    In the admin area, create an API key with the scopes you need. Keys are rate-limited and support idempotency keys.

    The API keys screen.
  2. 2

    Read the API reference

    Open the interactive API reference to see every endpoint, field and example, backed by the OpenAPI spec.

    The Swagger API reference.
  3. 3

    Provision in one call

    POST to /api/v1/provision with the user, card fields (including photo by URL, base64 or Gravatar) and a plan to create everything at once.

    A sample provisioning request and response.

That’s it

Put it into practice with your own free card.

Get started free