Validate API key
curl --request GET \
--url https://pluto-api.trainy.ai/api/runs/auth/validate \
--header 'Authorization: Bearer <token>'{
"valid": true,
"organization": {
"id": "<string>",
"slug": "<string>"
},
"user": {
"id": "<string>"
}
}Auth
Validate API key
Validates the API key and returns organization information. Used by MCP clients to verify credentials.
GET
/
api
/
runs
/
auth
/
validate
Validate API key
curl --request GET \
--url https://pluto-api.trainy.ai/api/runs/auth/validate \
--header 'Authorization: Bearer <token>'{
"valid": true,
"organization": {
"id": "<string>",
"slug": "<string>"
},
"user": {
"id": "<string>"
}
}Was this page helpful?
⌘I