Ford Connected Car API

Welcome to the Ford Connected Car API!

You can consume this API using the /auth endpoint to retrieve an access token from Ford's API.

To authenticate, send a POST request to the /auth endpoint with your username and password in the body as JSON.

POST /auth
Content-Type: application/json

{
    "username": "[email protected]",
    "password": "your-password"
}

For more details, visit the GitHub repository.