Get User's Profile
GET /users/profile
Description
Retrieve detailed information about a user's profile.
Query Parameters:
| Name | Type | Description |
|---|---|---|
| userId | string | (Required). Unique identifier for the user whose profile you want to retrieve. |
| userType | string | (Required). Type of user. Available values: CUSTOMER, BUSINESS |
LANGUAGE
CURL REQUEST
curl --request GET \
--url /users/profile \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!