Skip to main content
GET
/
product_access
/
get
/
{id}
cURL
curl --request GET \
  --url https://{portalApiUrl}/product_access/get/{id} \
  --header 'Authorization: <api-key>'
{
  "status": true,
  "result": {
    "product_access_id": 123,
    "product_access_product_id": 123,
    "product_access_user_id": 123,
    "product_access_certificate": "<string>",
    "product_access_created_date": "2023-11-07T05:31:56Z",
    "product_access_updated_date": "2023-11-07T05:31:56Z",
    "product_access_expired_date": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.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 product_access to get

Response

product_access response

status
boolean
result
object