Skip to main content
GET
/
ListProducts
List Products
curl --request GET \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/ListProducts \
  --header 'X-apikey: <api-key>'
[
  {
    "Id": 1234567891234567,
    "Name": "",
    "ExternalId": "",
    "Description": ""
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.uplifthub.io/llms.txt

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

Authorizations

X-apikey
string
header
required

Response

200 - application/json
Id
integer<int64>
required
Example:

1234567891234567

Name
string
default:""
required
ExternalId
string
default:""
required
Description
string
default:""
required