cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#STRIPE_GET_CUSTOMERS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "STRIPE_GET_CUSTOMERS", "parameters": { "emailGetCustomers": "<string>", "createdAfter": "<string>", "createdBefore": "<string>", "limitGetCustomers": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Email address : Filters customers based on email address.
Created after : Filters customers created after the provided date (Unix timestamp).
Created before : Filters customers created before the provided date (Unix timestamp).
Limit customers : Limit the maximum number of customers to return. Defaults to 10 if left blank.
Success
Was this page helpful?