API v1 Documentation
Test API Key
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
API v1 Documentation
Test API Key
Here is how you can test your API key to make sure it is working.
To test if your API key is working, you can use the following request:
Mandatory Headers
Name | x-Api-Key |
---|---|
Type | string |
Description | Your Feedbackflow API key. |
Request
cURL
GET - /api/v1/me
curl --location \
'https://app.feedbackflowhq.com/api/v1/me' \
--header \
'x-api-key: <your-api-key>'
Response
{
"id": "cll2m30r70004mx0huqkitgqv",
"createdAt": "2023-08-08T18:04:59.922Z",
"updatedAt": "2023-08-08T18:04:59.922Z",
"type": "production",
"project": {
"id": "cll2m30r60003mx0hnemjfckr",
"name": "My Project"
},
"appSetupCompleted": false,
"websiteSetupCompleted": false,
}
Was this page helpful?
On this page