API Reference v2
cURL
curl --request GET \ --url https://api.nomos.energy/customers \ --header 'Authorization: Bearer <token>'
{ "object": "list", "items": [ { "object": "customer", "id": "cus_gwmkkit7yp7eaiwelm15qwwk", "first_name": "John", "last_name": "Doe", "email": "[email protected]", "created_at": "2024-03-14T12:00:00Z", "type": "person" } ], "next_page": "<string>", "has_more": false }
Retrieve all customers with cursor pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
list
Show child attributes
Was this page helpful?