/portal/profile
Get profile
Returns profile details for the authenticated customer contact.
Responses
PortalProfileResponse
| Field | Type |
|---|---|
contactId
|
string(uuid) |
customerName
|
string · nullable |
customerNumber
|
string · nullable |
department
|
string · nullable |
email
|
string · nullable |
firstName
|
string · nullable |
lastName
|
string · nullable |
mobile
|
string · nullable |
name
|
string · nullable |
phone
|
string · nullable |
role
|
string · nullable |
title
|
string · nullable |
-
Retry-After— Seconds to wait before retrying.
Standard errors:
401
403
Errors
Examples
curl "https://api.erp.fluit.cloud/ecom/portal/profile" \
-H "Authorization: Bearer $SESSION_TOKEN" \
-H "X-Tenant-Id: $FLUIT_TENANT_ID" \
-H "X-Channel: web"
{
"contactId": "0f8b2c1e-4d3a-4b7e-9f10-2a6c5d8e1b44",
"customerName": "Acme AB",
"customerNumber": "CUST-001",
"department": "string",
"email": "order@acme.se",
"firstName": "Acme AB",
"lastName": "Acme AB",
"mobile": "string",
"name": "Acme AB",
"phone": "+46 8 123 45 67",
"role": "string",
"title": "string"
}
Base URL https://api.erp.fluit.cloud/ecom. The response example is generated from the schema: the shape is right, the values are made up.