Authorization
To authenticate against the API you must have an active Client Key that has been granted permission to the Data View you want to access. Simply pass that key as a Bearer token inside the authorization header:
curl -H "Authoriztion: Bearer <client_key>"\
https://visagedata.com/egress/<data_view_id>
Updated on Jun 13, 2025