Provable Markets

LoginService

LoginWithApiCredentials

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:

curl -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Unfortunately the keyword Bearer is currently missing from the examples.

Request
Request Body schema: application/json
required
client_id
required
string
secret
required
string
Responses
200

A successful response

Response Schema: application/json
access_token
required
string

access token with a TTL of 1 week