cURL
curl --request POST \ --url https://api.example.com/v1/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{ "id": "<string>", "email": "<string>", "display_name": "<string>", "auth_provider": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response