Authentication
Bearer token auth for the REST API.
Bearer token auth for the REST API.
All endpoints require an API key sent as a Bearer token:
GET /v1/things HTTP/1.1
Host: api.example.com
Authorization: Bearer sk_live_xxx| Status | When |
|---|---|
| 401 | Missing or malformed Authorization header. |
| 403 | Key is valid but lacks the required scope. |
See the Authentication guide for how to create and rotate keys.