Skip to main content
GET
/
illuxi_availability
/
get
/
{id}
cURL
curl --request GET \
  --url https://{portalApiUrl}/illuxi_availability/get/{id} \
  --header 'Authorization: <api-key>'
{
  "status": true,
  "result": {
    "illuxi_availability_id": 123,
    "illuxi_availability_target_type": "<string>",
    "illuxi_availability_target_id": 123,
    "illuxi_availability_created_date": "2023-11-07T05:31:56Z",
    "illuxi_availability_updated_date": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.illuxi.com/llms.txt

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

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Path Parameters

id
integer
required

ID of illuxi_availability to get

Response

illuxi_availability response

status
boolean
result
object