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

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
since
string<date>
updated_at
string

Response

data
object
required