Member Authentication
Authenticate a member by providing their email and password.
POST: https://api.route4me.com/actions/authenticate.php
Parameters
Parameter | Type | Description | HTTP METHOD |
---|---|---|---|
api_key | string | API key of a Route4Me account | GET |
strEmail | string | Email of a user | POST |
strPassword | string | Password | POST |
format | string | Response format One Of: "json", "xml" |
POST |