Authentication

Pass your API key to authenticate your requests.

Get an API key

Authentication is required for all API requests. You can obtain an API key by contacting us.

Make a request

To authenticate your requests, pass your API key as a Bearer token in the Authorization header.

$curl -X GET "https://api.dataglade.com/" -H "Authorization: Bearer <token>"