curl --request POST \
--url https://api-lr.agent.ai/v1/action/get_person_object \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"output_variable_name": "<string>"
}
'{
"status": 123,
"response": {}
}Gather enriched user data using Breeze Intelligence for deeper analysis.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/get_person_object \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"output_variable_name": "<string>"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
Enter the email of the user to retrieve enriched data, such as '[email protected]'.
Provide a variable name to store the enriched user data, like 'user_info' or 'enriched_data'.
^[a-zA-Z][a-zA-Z0-9_]*$