get https://api.scalefast.com/customer/
Log in to see full request history
Response
xxxxxxxxxx
import scalefastApiDoc from '@api/scalefast-api-doc';
​
scalefastApiDoc.server('https://api.scalefast.com');
scalefastApiDoc.get_customer_customerID({projectID: '', invitation: '', customerID: 'customerID'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));
Try It!
to start a request and see the response here! Or choose an example: