Loading...
Get a single Seller object by ID.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/sellers/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "externalId": "text", "icon": "text", "currencies": [ "text" ], "name": "text" }