Skip to main content
POST
/
v3
/
profiles
/
exists
Check Profile Existence
curl --request POST \
  --url http://localhost/api/v3/profiles/exists \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>",
  "id": "<string>"
}
'
{
  "data": {
    "id": "<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
type
string
required
id
string
required

Response

data
object
required