Skip to main content
POST
/
v3
/
shares
/
{handle}
/
claim
Claim Share
curl --request POST \
  --url http://localhost/api/v3/shares/{handle}/claim \
  --header 'Content-Type: application/json' \
  --data '
{
  "profile_id": "<string>",
  "code": "<string>",
  "meta": [
    "<string>"
  ]
}
'
{
  "data": {
    "id": 123,
    "share_id": 123,
    "share_profile_id": "<string>",
    "profile_id": "<string>",
    "claimed_at": "<string>",
    "created_source_id": 123,
    "created_source_type": "<string>",
    "created_source": {},
    "is_cloned": true,
    "meta": [
      "<unknown>"
    ],
    "created_at": "<string>",
    "updated_at": "<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.

Path Parameters

handle
string
required

Body

application/json
profile_id
string
required
code
string
required
meta
string[] | null

Response

ShareClaim

data
ShareClaim · object
required