Skip to main content
PATCH
/
portal
/
live-request
Edit a live application while still under review
curl --request PATCH \
  --url https://api-sandbox.ledgersyncappv2.com/v3/portal/live-request \
  --header 'Content-Type: application/json' \
  --header 'X-Portal-Bootstrap-Signature: <x-portal-bootstrap-signature>' \
  --data '
{
  "workos_user_id": "<string>",
  "company_name": "<string>",
  "country": "<string>",
  "use_case": "<string>",
  "legal_entity_name": "<string>",
  "business_website": "<string>",
  "data_protection_contact": "<string>",
  "expected_monthly_volume": "<string>",
  "go_live_target_date": "2023-12-25",
  "production_use_case": "<string>"
}
'
{
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z"
}

Headers

X-Portal-Bootstrap-Signature
string
required

Hex HMAC-SHA256 of the raw request body (or, for the GET status endpoint, of the X-Portal-Workos-User-Id header value) computed with the shared portal bootstrap secret.

Body

application/json
workos_user_id
string
required
company_name
string
Maximum string length: 255
country
string
Required string length: 2
use_case
string
Maximum string length: 2000
Maximum string length: 255
business_website
string
Maximum string length: 512
data_protection_contact
string
Maximum string length: 255
expected_monthly_volume
string
Maximum string length: 64
go_live_target_date
string<date>
production_use_case
string
Maximum string length: 2000

Response

The application was updated.

request_id
string<uuid>
required
status
enum<string>
required
Available options:
PENDING,
APPROVED,
DENIED,
NEEDS_INFO
environment
enum<string>
required
Available options:
SANDBOX,
LIVE
created_at
string<date-time>
required