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

Documentation Index

Fetch the complete documentation index at: https://platform195.mintlify.app/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>
Example:

1234567891234567

EventId
string
default:""
Name
string
default:""