Public
Documentation Settings

Vooizo

Authentication

POSTsignup

https://api.vooizo.com/api/signup
HEADERS
Accept

application/json

Bodyraw (json)
json
{
    "firstname" : "kouyate",
    "lastname" : "karim",
    "phone" : "0544650224",
    "status_id" : 2,
    "dial_code" : "+225",
    "password" : "dnksdnsd",
    "company_name" : "Guce",
    "activity_id" : 3,
    "notification_token" : "jhzbus",
    "firebasePhoneUid" : "zhbdusb",
    "longitude" : 10.25,
    "latitude" : -42.25
}
Example Request
curl
curl --location 'https://api.vooizo.com/api/signup' \
--header 'Accept: application/json' \
--data '{
    "firstname" : "kouyate",
    "lastname" : "karim",
    "phone" : "0544650224",
    "status_id" : 2,
    "dial_code" : "+225",
    "password" : "dnksdnsd",
    "company_name" : "Guce",
    "activity_id" : 3,
    "notification_token" : "jhzbus",
    "firebasePhoneUid" : "zhbdusb",
    "longitude" : 10.25,
    "latitude" : -42.25
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTsignin

http://127.0.0.1:8000/api/signin
HEADERS
Accept

application/json

Bodyraw (json)
json
{
    "phone": "0544650223",
    "dial_code" : "+225",
    "password" : "dnksdnsd",
    "longitude" : 10.25,
    "latitude" : -42.25
}
 // "notification_token" : "vjbkyub"
    // "password" : "dnksdnsd",
Example Request
curl
curl --location 'http://127.0.0.1:8000/api/signin' \
--header 'Accept: application/json' \
--data '{
    "phone": "0544650223",
    "dial_code" : "+225",
    "password" : "dnksdnsd",
    "longitude" : 10.25,
    "latitude" : -42.25
}
 // "notification_token" : "vjbkyub"
    // "password" : "dnksdnsd",'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTverify if user exist with phone number

http://127.0.0.1:8000/api/check-user
HEADERS
Accept

application/json

Bodyraw (json)
json
{
    "phone" : "0544650223",
    "dial_code" : "+225"
}
Example Request
curl
curl --location 'http://127.0.0.1:8000/api/check-user' \
--header 'Accept: application/json' \
--data '{
    "phone" : "0544650223",
    "dial_code" : "+225"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers