GET /v2/me
Returns the profile of the authenticated customer.
curl -k https://api.illumience.com:11443/v2/me \
-H "Authorization: Bearer <api_key>"{
"name": "Some Company",
"contact_fname": "Bob",
"contact_lname": "Smith",
"email": "[email protected]",
"phone": "(123) 345-7890",
"mobile": "(234) 567-8901",
"address1": "Some address",
"address2": "",
"city": "Some City",
"province": "Some Province",
"country": "Some Country"
}Field
Type
Description
Last updated