cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/basic/login \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{}
Successful Response
The response is of type Response Basic Login Api V1 Auth Basic Login Post · object.
Response Basic Login Api V1 Auth Basic Login Post · object
Contact support