- Create contacts
- Update contact or consent properties
- Send order events to trigger Flows and populate order data in your Privy account
- Send custom events to trigger Flows from activity in your own systems
Base URL
All API requests use the following base URL:Quick start
1
Get a token
The fastest way to get started is to create an API token from Settings > API Tokens in your Privy dashboard. See API Tokens for details.Alternatively, create an OAuth application under Settings > API > API Tokens to use the OAuth client credentials flow.
2
Make your first request
Use your bearer token to list your contacts:
3
Check the response
You’ll receive a JSON response with your contact data and pagination info:
Next steps
API Tokens
Generate a token and start making requests in minutes.
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.