cURL
curl --request GET \ --url https://api.nomod.com/v1/customers/{id} \ --header 'X-API-KEY: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created": "2023-11-07T05:31:56Z", "first_name": "<string>", "last_name": "<string>", "business_name": "<string>", "job_title": "<string>", "province": 123, "city": "<string>", "street": "<string>", "zip_code": "<string>", "email": "jsmith@example.com", "phone_number": "<string>", "country": "<string>" }
Retrieve details of a specific customer.
Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings