Skip to main content
POST
/
v3
/
profiles
/
sync
Sync Profiles
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/profiles/sync \
  --header 'Content-Type: application/json' \
  --data '
{
  "since": "2023-12-25",
  "updated_at": "<string>"
}
'
{
  "data": {
    "message": "<string>"
  }
}

Body

application/json
since
string<date>
updated_at
string

Response

data
object
required