Users
Get User by ID
Get User by id
get/api/v4/users/{id}
Path parameters
idstring required
ID of the User to search
Response
Success
Example response
{
"id": "4f627a06d74011ec97dd06d73193996d",
"name": "Name Surname",
"email": "example@example.com",
"payment_method_available": true
}