Skip to main content

Get User's Profile

GET /users/profile

Description

Retrieve detailed information about a user's profile.

Query Parameters:

NameTypeDescription
userIdstring(Required). Unique identifier for the user whose profile you want to retrieve.
userTypestring(Required). Type of user. Available values: CUSTOMER, BUSINESS

LANGUAGE

AUTHORIZATION

Bearer

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!