Skip to main content
POST
/
onboarding
/
customers
/
{customerId}
/
document
Request a signed URL for document image upload
curl --request POST \
  --url https://api.anchorage-staging.com/v2/onboarding/customers/{customerId}/document \
  --header 'Api-Access-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "documentType": "<string>"
}
'
{
  "data": {
    "url": "<string>"
  }
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

customerId
string
required

The unique identifier for the customer

Body

application/json
documentType
string
required

Type of document to upload.

Response

Information regarding the document url

data
CreateKYCDocumentResponseData · object
required