API ReferenceOrganizationProvidersV3
List Attachments
Authorization
BearerAuth AuthorizationBearer <token>
Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.
In: header
Path Parameters
organization_provider_id*organization-providersv2OrganizationProviderId
Format
uuidHeader Parameters
Response Body
application/json
curl -X GET "https://example.com/api/organization-providers/v3/497f6eca-6276-4993-bfeb-53cbbbba6f08/attachments" \ -H "Authorization: string"[ { "provider_attachment_id": "b7d3f1bf-e91b-481f-bb43-75e820efefee", "organization_provider_id": "0eb5b823-8052-4a17-b159-d111210f9bd7", "file_name": "string", "file_type": "W9" }]