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>" }
Body
The body is of type object.
object
201
The response is of type object.
Was this page helpful?