# LoginService ## LoginWithApiCredentials - [POST /aurora.core.apiengine.loginv1.LoginService/LoginWithApiCredentials](https://developer.provablemarkets.com/apis/connectapi/loginservice/loginwithapicredentials.md): PATH: /aurora.core.apiengine.loginv1.LoginService/LoginWithApiCredentials Request an access token. To identify, please request a client_id and secret from your representative at Provable Markets. Please note the services expect a JWT Bearer Token. For instance, when you pass the access_token to a cURL request you will have to pass it in the header like this: shell curl -H "Authorization: Bearer YOUR_ACCESS_TOKEN" Unfortunately the keyword Bearer is currently missing from the examples.