# Downloadables ## List downloadables - [GET /downloadables](https://tiendup.redocly.app/openapi/downloadables/paths/~1downloadables/get.md): Retorna el listado paginado de descargables del negocio. ## Grant downloadable access to customer - [PUT /downloadables/{product_id}/customers/{customer_id}/access/{access_type}](https://tiendup.redocly.app/openapi/downloadables/paths/~1downloadables~1%7Bproduct_id%7D~1customers~1%7Bcustomer_id%7D~1access~1%7Baccess_type%7D/put.md): Otorga acceso a un descargable a un cliente existente, indicando si el acceso es free o paid. ## Grant downloadable access by email - [POST /downloadables/{product_id}/access](https://tiendup.redocly.app/openapi/downloadables/paths/~1downloadables~1%7Bproduct_id%7D~1access/post.md): Otorga acceso a un descargable creando/vinculando el cliente por email. El tipo de acceso se define en el body (free|paid). ## Revoke downloadable access by customer id - [PUT /downloadables/{product_id}/customers/{customer_id}/access/revoke](https://tiendup.redocly.app/openapi/downloadables/paths/~1downloadables~1%7Bproduct_id%7D~1customers~1%7Bcustomer_id%7D~1access~1revoke/put.md): Revoca el acceso de un cliente a un descargable. ## List downloadable acquisitions - [GET /downloadables/{product_id}/acquisitions](https://tiendup.redocly.app/openapi/downloadables/paths/~1downloadables~1%7Bproduct_id%7D~1acquisitions/get.md): Retorna el listado paginado de clientes que adquirieron el descargable. ## Get downloadable acquisition - [GET /downloadables/acquisitions/{access_id}](https://tiendup.redocly.app/openapi/downloadables/paths/~1downloadables~1acquisitions~1%7Baccess_id%7D/get.md): Obtiene el detalle de una adquisición individual.