Skip to main content
GET
/
api
/
v1
/
management
/
people
/
{personId}
Get Person by ID
curl --request GET \
  --url 'http://{{baseurl}}/api/v1/management/people/{personId}' \
  --header 'x-api-key: <x-api-key>'
{}

Headers

x-api-key
string
required

Path Parameters

personId
string
required

Response

200 - application/json

OK

The response is of type object.