getSupplier
GET
/octo/supplier
const url = 'https://api-crm-staging.divinea.com/api/octo/supplier';const options = {method: 'GET', headers: {APIKey: '<APIKey>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api-crm-staging.divinea.com/api/octo/supplier \ --header 'APIKey: <APIKey>'Authorizations
Sezione intitolata “Authorizations”Responses
Sezione intitolata “Responses”OK
Media type*/*
OCTOSupplierDTO
object
contact
OCTOSupplierContactDTO
object
address
string
email
string
telephone
string
website
string
endpoint
string
id
string
name
string