cURL
curl --request GET \ --url https://app.fliqr.ai/api/accounts/bot_fields/{bot_field_id} \ --header 'X-ACCESS-TOKEN: <api-key>'
{ "id": 2334, "name": "age", "type": 1, "value": 25 }
Get bot field value by id
successful operation
Was this page helpful?