Skip to main content
This guide gets you from zero to your first response.
1

Get an API key

API keys are issued by the Nowadays team. Contact us to request one.A key is issued to a person within one organization, and is shown only once at creation — store it somewhere safe. It can be revoked and reissued. See Authentication for how keys are scoped and sent.
2

Make your first request

List your organization’s events. Send your key in the x-api-key header:
3

Read the response

You’ll get back your events, newest first:
Results are scoped to the organization that owns your key. Use page and limit (max 100) to paginate.
A 200 with your events means your key works. A 401 means the key is missing or invalid — double-check the x-api-key header.

Next steps

Authentication

How API keys are scoped and kept safe.

Writing events

The rules the write path enforces.

Errors

Status codes and the error response shape.

Rate limits

Per-key limits and how to handle 429.