...
Code Block | ||
---|---|---|
| ||
curl -v -X POST -H "Authorization: Basic <base64 encoded client id:client secret value>" -k -d "grant_type=client_credentials&validity_period=3600" -H "Content-Type:application/x-www-form-urlencoded" https://gateway.api.cloud.wso2.com:443/token |
Code Block | ||
---|---|---|
| ||
curl -u <client id>:<client secret> -k -d "grant_type=client_credentials&validity_period=3600" -H "Content-Type:application/x-www-form-urlencoded" https://gateway.api.cloud.wso2.com:443/token |
...
Code Block | ||
---|---|---|
| ||
{"token_type":"Bearer","expires_in":20613600,"access_token":"ca19a540f544777860e44e75f605d927"} |