Please only use the endpoints specified in this document. Using any other endpoints will cause issues with your client.

What You Need

Retrieve your API Key, Currency ID, and Organization ID from the admin dashboard.

Authentication

All API endpoints require authentication using an API key, which must be included in the request headers.

Include your API key in the x-api-key header as shown below:

x-api-key: <YOUR_API_KEY>

Here’s an example of an HTTP request with the API key:

GET /api/v1/your-endpoint HTTP/1.1
Host: api.snag.com
x-api-key: <YOUR_API_KEY>
Content-Type: application/json

{ /* Request body if applicable */ }