Auth
Get onboarding profile
GET
/
v1
/
auth
/
onboarding
Get onboarding profile
curl --request GET \
--url https://api.wazapin.com/v1/auth/onboardingconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/auth/onboarding', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/auth/onboarding"
response = requests.get(url)
print(response.text){
"business_type": "<string>",
"company_name": "<string>",
"company_size": "<string>",
"first_name": "<string>",
"goals": [
"<string>"
],
"industry": "<string>",
"last_name": "<string>",
"no_website": true,
"phone_number": "<string>",
"company_website": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}⌘I
Get onboarding profile
curl --request GET \
--url https://api.wazapin.com/v1/auth/onboardingconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/auth/onboarding', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/auth/onboarding"
response = requests.get(url)
print(response.text){
"business_type": "<string>",
"company_name": "<string>",
"company_size": "<string>",
"first_name": "<string>",
"goals": [
"<string>"
],
"industry": "<string>",
"last_name": "<string>",
"no_website": true,
"phone_number": "<string>",
"company_website": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}