Core concepts

API Endpoints

All API requests should be made to our production API:

api.passmint.xyz;

Authentication

In order to authenticate with the API, all requests must be made with your API key in the X-API-KEY header.

curl https://api.passmint.xyz/v1/passes \
  -H "X-Api-Key: sk_ABCD_1234"

Rolling your API key

If you need to regenerate your API key, this can be done in your dashboard under "Settings".

Next
Pass