Skip to main content
Send one authenticated request and see a real response, so you know the basics work before building anything. Time required: ~1 minute You will need: an API key — see Authentication

Steps

1

Send a request

2

Read the response

data is an array even when there’s only one result, and total/limit/offset describe pagination — see Conventions.

What you accomplished

You authenticated a request and got a real, paginated response back. Everything else in the API follows the same shape.

Next steps

Conventions

Errors