cURL
curl --request GET \ --url 'http://{{baseurl}}/api/v1/management/people/{personId}' \ --header 'x-api-key: <x-api-key>'
{}
Get a person by their internal ID on Formbricks. This internal ID can be found from the Get All Person endpoint.
OK
The response is of type object.
object
Was this page helpful?