Handles user login.
curl --request POST \
--url https://api.helpyousponsor.com/v1/login \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"password": "<string>"
}
'{
"status": "<string>",
"client_status": "<string>",
"organization": "<string>",
"website": "<string>",
"token": "<string>",
"org_created_at": "<string>",
"last_payment_date": "<string>",
"last_payment_amount": "<string>",
"monthly_payment": "<string>",
"user": {},
"plan": "<string>",
"permissions": {}
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.helpyousponsor.com/v1/login \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"password": "<string>"
}
'{
"status": "<string>",
"client_status": "<string>",
"organization": "<string>",
"website": "<string>",
"token": "<string>",
"org_created_at": "<string>",
"last_payment_date": "<string>",
"last_payment_amount": "<string>",
"monthly_payment": "<string>",
"user": {},
"plan": "<string>",
"permissions": {}
}