v1/customers
- Version 1 of the customers endpoint/v2/customers
- Version 2 of the customers endpointapplication/json
GET
: Retrieve resourcesPOST
: Create resourcesPUT
: Update resourcesDELETE
: Remove resources400 Bad Request
: Invalid input or malformed request401 Unauthorized
: Authentication failure or invalid token429 Too Many Requests
: Rate limit exceeded404 Not Found
: Resource not found500 Internal Server Error
: Unexpected server error429 Too Many Requests status code
.
The response headers include information about your current rate limit status:
X-RateLimit-Limit
: Maximum requests allowed in a time window
X-RateLimit-Remaining
: Remaining requests in the current window
X-RateLimit-Reset
: Time (in seconds) until the rate limit resets