Javascript
import DodoPayments from 'dodopayments'; const client = new DodoPayments({ bearerToken: 'My Bearer Token', }); const response = await client.addons.updateImages('id'); console.log(response.image_id);
{ "image_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>" }
Update images for an existing addon
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Addon Id
Generate presigned upload URL for addon image
The response is of type object.
object