Check reset token
get
Authorizations
Responses
200Success
application/json
get
GET /api/auth/check-reset-token HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
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"
}