post https://api.zetaglobal.net/ver2//subscribers/identify
Create a person in your account or update it if it already exists
Required Headers | Value |
---|---|
Content-Type | application/json |
Accept | application/json |
Authorization | Basic |
Rate Limits
The default rate limiting for this endpoint is 10k/min with a 2min cooldown, note that this limit is shared across all accounts within the same parent/child structure.
When the limit is exceeded, the API will return a 429
status code.
You can check your current rate limit status with the following headers:
Header | Sample | Description |
---|---|---|
X-RateLimit-Limit | 100 | The current limit set for your accounts, shared between all your parent/children accounts |
X-RateLimit-Remaining | 80 | The current remaining requests which can be made for this endpoint within the next minute |
X-RateLimit-Reset | 1739540109 | Unix timestamp of the next reset, note that this is typically one minute but once the limit is exceeded, this will update based on the cooldown |