POST
/
fusion
/
user-accounts
/
refresh
curl --request POST \
  --url https://api.tapti.ai/fusion/user-accounts/refresh \
  --header 'Content-Type: application/json' \
  --data '{
  "user_account_ids": [
    "e2a18dda-624d-4c68-a608-c53c29a4852d",
    "f3b29eeb-735e-4d69-b719-d64c28b4853e"
  ]
}'
{
  "job_id": "47f85f19-60fc-4524-9c99-42a96c286d86"
}

Body

application/json

The accounts to refresh

The body is of type object.

Response

200
application/json

Accounts refreshed successfully

The response is of type object.