cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/passes/by-code/{passCode} \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "_id": "Pl4gr84v20xqu01js0ybj42s6vYtIz1T", "channel_id": "ajifs2hke000dwemmurwd3kuqN3Kopcx", "code": "P6J21FF2S", "email": "my-client-email@fourvenues.com", "enter": 4, "for": 7, "name": "Miguel", "raised": 0, "rate_name": "Pase Vip", "rate_slug": "pase-vip", "referral_id": "ñeifupjvx000rwe2m2zuba1z9FqyR2dSL", "status": "valid" } }
Get a pass by its code.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Pass code.
Event identifier.
HTTP OK
The response is of type object.
object