Getting started
This page will help you get started with StreetLib Partners API
await axios.get(
'https://api.sandbox.streetlib.com/partners/countries',
{
headers: {
'x-api-key': <YOUR_API_KEY>
}
}
);await axios.post(
'https://api.sandbox.streetlib.com/partners/affiliate/signup',
data,
{
headers: {
'x-api-key': <YOUR_API_KEY>
}
}
);Last updated