cURL
curl --request POST \ --url https://backyard.posthoot.com/api/v1/auth/login \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "password": "<string>" }'
{}
Authenticate user and return JWT token
JWT token
Was this page helpful?