Users
Get User
This endpoints allow to get the user by user uuid
This API will return detail of the business or person. When making a request to an API for a user’s information, you typically need to provide a unique identifier UUID. The UUID is generated at the time of registration and is associated with the user’s account.
This route is secured with processor and vendor token authentication.
Endpoint
GET /3p/api/v2/users/{uuid}
Path Parameters
Fields | Type | Is Required | Description |
---|---|---|---|
uuid | string|uuid | Yes | The registered business or person uuid. |