POST
/
passes
curl --request POST \
  --url https://api.passmint.com/passes \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "templateId": "<string>",
  "data": {}
}'
{
  "apple": "<string>",
  "google": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

Body

application/json

Body

The body is of type object.

Response

201
application/json

201

The response is of type object.

POST
/
passes
curl --request POST \
  --url https://api.passmint.com/passes \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "templateId": "<string>",
  "data": {}
}'
{
  "apple": "<string>",
  "google": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

Body

application/json

Body

The body is of type object.

Response

201
application/json

201

The response is of type object.