Get contact attributes
Gets contact attributes from the database.
GET
Authorizations
Use your Formbricks x-api-key to authenticate.
Query Parameters
Required range:
1 <= x <= 100
Required range:
x >= 0
Available options:
createdAt
, updatedAt
Available options:
asc
, desc
Response
200 - application/json
Contact attributes retrieved successfully.
The ID of the contact attribute
The date and time the contact attribute was created
Example:
"2021-01-01T00:00:00.000Z"
The date and time the contact attribute was last updated
Example:
"2021-01-01T00:00:00.000Z"
The ID of the attribute key
The ID of the contact
The value of the attribute
Example:
"example@email.com"
Was this page helpful?