Get File Upload Policy
POST /v2/partner/files/upload-policy
Required scopes
partner:files:write
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getFileUploadPolicy |
| Tags | Operations |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| upload_token * | string | |
| url * | string (uri) | |
| fields * | object | |
| expires_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| max_bytes * | integer |
Example request
POST https://api.digitalonboarding.com/v2/partner/files/upload-policy
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }