Skip to main content
POST
/
v1
/
agents
/
{agentId}
/
sync
cURL
curl --request POST \
  --url https://public.api.live.turrisfi.com/v1/agents/{agentId}/sync
{
  "statusCode": 123,
  "requestId": "<string>",
  "errorType": "<string>",
  "errorMessage": [
    "<string>"
  ],
  "timestamp": "<string>"
}
Queues a request to sync the agent’s data from NIPR (National Insurance Producer Registry). This updates the agent’s license and appointment information.
This is an asynchronous operation. The sync happens in the background and may take a few minutes to complete.

Path Parameters

agentId
string<mongodb-objectid>
required

The unique identifier of the agent to sync

Response

Agent sync job enqueued successfully