Skip to main content
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>"
  }
}

Authorizations

Authorization
string
header
required

API key obtained from the mlop dashboard

Response

API key is valid

valid
boolean
required
organization
object
required
user
object
required