curl --request POST \
--url https://{api_endpoint}/api/v1/auth/token \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'username=<string>' \
--data 'password=<string>' \
--data 'grant_type=<string>' \
--data scope= \
--data 'client_id=<string>' \
--data 'client_secret=<string>'{
"access_token": "<string>",
"token_type": "<string>"
}curl --request POST \
--url https://{api_endpoint}/api/v1/auth/token \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'username=<string>' \
--data 'password=<string>' \
--data 'grant_type=<string>' \
--data scope= \
--data 'client_id=<string>' \
--data 'client_secret=<string>'{
"access_token": "<string>",
"token_type": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
Use this file to discover all available pages before exploring further.