Skip to main content
GET
/
v3
/
shares
Browse Shares
curl --request GET \
  --url http://localhost/api/v3/shares
{
  "data": [
    {
      "id": 123,
      "profile_id": "<string>",
      "source_type": "<string>",
      "source_id": 123,
      "handle": "<string>",
      "code": "<string>",
      "timezone": "<string>",
      "period": 123,
      "period_type": "<string>",
      "absolute_expiry": "<string>",
      "expires_at": "<string>",
      "quantity": 123,
      "remaining_quantity": 123,
      "meta": [
        "<unknown>"
      ],
      "is_cloneable": true,
      "source": {},
      "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.

Query Parameters

page[size]
string

Response

Array of Share

data
Share · object[]
required