API v1 Documentation
Client API > Response
Client API > Contacts
Client API > Display
Client API > Environment
Client API > User
Management API > Action Class
Management API > Attribute Class
Management API > Contact Attribute Keys
Management API > Contact Attributes
Management API > Contacts
Management API > Me
Management API > People
Management API > Response
Management API > Storage
Management API > Survey
Management API > Webhook
Health
Get Person by ID
Get a person by their internal ID on Formbricks. This internal ID can be found from the Get All Person endpoint.
GET
/
api
/
v1
/
management
/
people
/
{personId}
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/people/{personId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"attributes": {
"Init Attribute 1": "eight",
"language": "gu"
},
"createdAt": "2024-04-22T08:59:26.959Z",
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clvaq77u70002mhqfih5bnk0i",
"updatedAt": "2024-04-22T08:59:26.959Z",
"userId": "THIS-IS-A-VERY-LONG-USER-ID-FOR-TESTING"
}
}
Headers
Path Parameters
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/people/{personId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"attributes": {
"Init Attribute 1": "eight",
"language": "gu"
},
"createdAt": "2024-04-22T08:59:26.959Z",
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clvaq77u70002mhqfih5bnk0i",
"updatedAt": "2024-04-22T08:59:26.959Z",
"userId": "THIS-IS-A-VERY-LONG-USER-ID-FOR-TESTING"
}
}