Skip to main content
GET
/
v3
/
shares
/
{share}
Read Share
curl --request GET \
  --url http://localhost/api/v3/shares/{share}
{
  "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.

Path Parameters

share
string
required

Response

Share

data
Share · object
required