Base URL
All API requests use the following base URL:Quick start
Create an OAuth application
Go to Settings > Apps in your Privy dashboard and create a new application to get a client ID and client secret.
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 OAuth credentials and learn about scopes.
Rate Limits
Understand request limits and how to handle them.
Errors
Learn about error codes and response format.