Skip to main content
GET
/
v1
/
onboarding
/
partner
/
applications
/
{applicationId}
/
documents
/
{documentId}
Download a document
curl --request GET \
  --url https://api.circle.com/v1/onboarding/partner/applications/{applicationId}/documents/{documentId} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer token obtained via Circle key exchange

Path Parameters

applicationId
string<uuid>
required

Application UUID

documentId
string<uuid>
required

Document UUID

Response

Document file content

The response is of type file.