# Get agreement PDF Get agreement document in PDF format. Endpoint: GET /v2/partner/client/{client_id}/account/{account_id}/agreement/{agreement_type_key} Version: 2.0.0 Security: oAuth ## Path parameters: - `client_id` (string, required) The ID of requested client. Example: "49ad7378-121c-4a53-9894-dfd14a7b4877" - `account_id` (string, required) The ID of requested account. Example: "49ad7378-121c-4a53-9894-dfd14a7b4877" - `agreement_type_key` (string, required) The key of the requested agreement type. Example: "account" ## Response 400 fields (application/json): - `error` (string, required) Error code Enum: "invalid_request" - `error_description` (string) Description of error ## Response 401 fields (application/json): - `error` (string, required) Error code Enum: "unauthorized" - `error_description` (string) Description of error ## Response 403 fields (application/json): - `error` (string, required) Error code Enum: "forbidden" - `error_description` (string) Description of error ## Response 404 fields (application/json): - `error` (string, required) Error code Enum: "not_found" - `error_description` (string) Description of error ## Response 500 fields (application/json): - `error` (string, required) Error code Enum: "server_error" - `error_description` (string) Description of error ## Response 503 fields (application/json): - `error` (string, required) Error code Enum: "service_unavailable" - `error_description` (string) Description of error