cURL
curl --request GET \ --url https://app.chemcloud.com.au/api/public/buyer/v1/users \ --header 'X-API-KEY: <api-key>'
[ { "id": "99999a99-b888-777c-666d-55555555555e", "first_name": "John", "last_name": "Smith", "email": "hello@chemcloud.com.au", "created_at": "2025-12-31T23:13:11.862Z", "updated_at": "2025-12-31T23:13:11.862Z" } ]
Users retrieved
"99999a99-b888-777c-666d-55555555555e"
"John"
"Smith"
"hello@chemcloud.com.au"
"2025-12-31T23:13:11.862Z"
Was this page helpful?