- ping
- authentication
- Sign UpPOST
- Verify OTPPOST
- Sign InPOST
- resend-otpPOST
- deactivate-accountPUT
- delete-accountDELETE
- forget-passwordPOST
- update-passwordPUT
- auth-update-passwordPUT
- User - Update AddressPOST
- User - Get All AddressGET
- term_and_condition_acceptedPOST
- User - share-dataPUT
- sign-in-with-google-or-applePOST
- admin/sign-inPOST
- video
- Quote
- user
- job
- service provider
- global
- admin
- job
- quote
- dashboard
- get-stats
- get-analytics
- get-active-user-analytics
- get-retention-and-churan-analytics
- get-job-matrix-analytics
- get-average-job-completion-and-request-analytics
- get-popular-service-analytics
- get-total-revenue-analytics
- get-revenue-from-each-service-analytics
- get-revenue-by-location-analytics
- get-revenue-by-one-time-and-recurring-analytics
- get-other-stat-analytics
- get-quote-matrix-analytics
- get-subscription-count-analytics
- get-refund-count-analytics
- logs
- documents
- subscription
- Default Services
- feedback
- AI
- suggestion
- TermsAndCondition
- payment
- chat
- chatbot
- notification
- savedQuote
- aichat
- invite
- chat-socket
Sign Up
Developing
POST
/auth/sign-up
authentication
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pixiefixapp.com/api/v1/auth/sign-up' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Eryn",
"last_name": "Herman",
"email": "Jackie.Konopelski21212@yopmal.com",
"password": "SMUb0djxmrzjlMN",
"phone": 952789,
"address": "xyz",
"zipcode": 17078
}'
Response Response Example
{}
Request
Body Params application/json
first_name
stringÂ
required
last_name
stringÂ
required
email
stringÂ
required
password
stringÂ
required
phone
numberÂ
required
address
stringÂ
required
zipcode
numberÂ
required
state
stringÂ
required
city
stringÂ
required
user_unique_id
stringÂ
required
Examples
Responses
🟢201Created
application/json
Body
object {0}