Skip to main content
POST
/
DocumentType
Create Document Type
curl --request POST \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/DocumentType \
  --header 'Content-Type: application/json' \
  --header 'X-apikey: <api-key>' \
  --data '
{
  "EventId": "",
  "Name": ""
}
'
{
  "Success": false,
  "Message": "",
  "Id": 1234567891234567,
  "ExternalId": ""
}

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

Body

application/json

Document Type

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

Response

200 - application/json
Success
boolean
required
Example:

false

Message
string
default:""
required
Id
integer<int64>
Example:

1234567891234567

ExternalId
string
default:""