...
Code Block | ||
---|---|---|
| ||
curl -s -H "Content-Type: application/json" https://beta-api.ambita.com:443/authentication/v2/token -d " { \"grant_type\": \"trusted\", \"client_id\": \"CLIENT_ID\", \"client_secret\": \"CLIENT_SECRET\" \"username\": \"user1\" }" |
...
...
Code Block | ||
---|---|---|
| ||
curl -s -H "Content-Type: application/json" https://beta-api.ambita.com:443/authentication/v2/token -d " { \"grant_type\": \"trusted\", \"client_id\": \"CLIENT_ID\", \"client_secret\": \"CLIENT_SECRET\" \"username\": \"user1\" }" |
...