GET /me, and list a resource. No SDK required.
Create an API key
In the dashboard, open Settings → API keys → New key. Name the key after the integration that will use it (e.g.
crm-sync-prod). Copy the aw_live_… value the moment it appears.Authenticate
Every request carries the key in the A
Authorization header as Bearer aw_live_…. The base URL for v1 is https://api.awardee.dev/v1.200 response confirms the key is wired up. The body identifies the org and the key:List a resource
With auth working, list the chatbots in the org. Default page size is 25.The response is a paginated list envelope:
Next steps
Authentication
Key formats, rotation, and the auth error codes.
Pagination
Offset vs cursor pagination and how to walk every page.
Idempotency
Retry
POSTs safely with Idempotency-Key.Webhooks
Receive signed events for every resource that emits them.

