Skip to main content
POST
/
v1
/
trust-access
/
{friendlyUrl}
/
requests
Submit data access request
curl --request POST \
  --url http://localhost:3333/v1/trust-access/{friendlyUrl}/requests \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "email": "<string>",
  "company": "<string>",
  "jobTitle": "<string>",
  "purpose": "<string>",
  "requestedDurationDays": 2
}
'

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