Skip to main content
POST
/
v1
/
trust-access
/
{friendlyUrl}
/
requests
Submit Trust Access request
curl --request POST \
  --url https://api.trycomp.ai/v1/trust-access/{friendlyUrl}/requests \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "email": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt

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

Path Parameters

friendlyUrl
string
required

Trust Portal friendly URL or Organization ID

Body

application/json
name
string
required
email
string
required
company
string
jobTitle
string
purpose
string
requestedDurationDays
number
Required range: x >= 1

Response

201

Access request created and sent for review