cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#STRIPE_GET_PRODUCTS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "STRIPE_GET_PRODUCTS", "parameters": { "createdAfter": "<string>", "createdBefore": "<string>", "limitGetProducts": "<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
Created after : Filters customers created after the provided date (Unix timestamp).
Created before : Filters customers created before the provided date (Unix timestamp).
Limit Products : Limit the maximum number of products to return. Defaults to 10 if left blank.
Success
Was this page helpful?