Signup
This method allow you to create a Streetlib user on behalf of your company.
Authorizations
Body
firstnamestringOptional
customerTypestringOptional
penNamestringOptional
timezonestringOptional
companyNamestringOptional
languagestringOptional
emailstringOptional
countryIdstringOptional
lastnamestringOptional
Responses
200
200 response
application/json
post
POST /partners/affiliate/signup HTTP/1.1
Host: api.streetlib.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 168
{
"firstname": "text",
"customerType": "text",
"penName": "text",
"timezone": "text",
"companyName": "text",
"language": "text",
"email": "text",
"countryId": "text",
"lastname": "text"
}
200
200 response
[
{
"firstname": "text",
"penName": "text",
"streetlibId": "text",
"timezone": "text",
"companyName": "text",
"tmpPassword": "text",
"language": "text",
"lastname": "text",
"createdAt": "text",
"customerType": "text",
"countryCode": "text",
"action": "text",
"email": "text",
"username": "text"
}
]
Responses
200
200 response
OPTIONS /partners/affiliate/signup HTTP/1.1
Host: api.streetlib.com
Accept: */*
200
200 response
No content
Last updated
Was this helpful?