cURL
curl --request POST \ --url https://api.tapti.ai/fusion/profiles/refresh \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "user_account_ids": [ "123e4567-e89b-12d3-a456-426614174000", "123e4567-e89b-12d3-a456-426614174001" ] } '
{ "job_id": "47f85f19-60fc-4524-9c99-42a96c286d86" }
The profiles to refresh
The IDs of the accounts
[ "123e4567-e89b-12d3-a456-426614174000", "123e4567-e89b-12d3-a456-426614174001"]
Profiles refreshed successfully
The ID of the job
"47f85f19-60fc-4524-9c99-42a96c286d86"