Sign up
post
Authorizations
Body
first_namestringRequired
last_namestringRequired
emailstring · emailRequired
phonestringRequired
is_on_broadcast_listbooleanOptional
passwordstringRequired
envelope_idstring | nullableOptional
genderstring · enumOptionalPossible values:
male
- malefemale
- female
birth_datestringOptional
avatarstring · uriOptional
churchstring · uuidOptional
Responses
200Success
application/json
post
POST /api/auth/sign-up HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 262
{
"first_name": "text",
"last_name": "text",
"email": "[email protected]",
"phone": "text",
"is_on_broadcast_list": true,
"password": "text",
"envelope_id": "text",
"gender": "male",
"birth_date": "text",
"avatar": "https://example.com",
"church": "123e4567-e89b-12d3-a456-426614174000"
}
200Success
{
"first_name": "text",
"last_name": "text",
"email": "[email protected]",
"phone": "text",
"is_on_broadcast_list": true,
"password": "text",
"envelope_id": "text",
"gender": "male",
"birth_date": "text",
"avatar": "https://example.com",
"church": "123e4567-e89b-12d3-a456-426614174000"
}