curl --request GET \
--url https://{api_endpoint}/api/v1/profiles/me \
--header 'Authorization: Bearer <token>'{
"user_id": "<string>",
"username": "<string>",
"settings": {
"confirm_routing": true,
"base_llm_model_id": "<string>"
}
}curl --request GET \
--url https://{api_endpoint}/api/v1/profiles/me \
--header 'Authorization: Bearer <token>'{
"user_id": "<string>",
"username": "<string>",
"settings": {
"confirm_routing": true,
"base_llm_model_id": "<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.