Base URL
All API requests use the following base URL:Quick start
Get your API token
Generate an OAuth access token from your Privy dashboard under Settings > Apps.
See Authentication for details.
What you can do
| Endpoint | Description |
|---|---|
GET /v1/contacts | List contacts with filtering and pagination |
POST /v1/contacts | Create a new contact |
PATCH /v1/contacts | Update a contact’s name, tags, or custom fields |
POST /v1/contacts/unsubscribe | Unsubscribe a contact from all email marketing |
DELETE /v1/contacts | Remove a contact from your list |
Next steps
Authentication
Set up your API token and learn about scopes.
Rate Limits
Understand request limits and how to handle them.
Errors
Learn about error codes and response format.