Internal

Fetch provider credentials

Container-to-host only. Auth via Bearer run token.

GET/internal/credentials/{scope}/{name}

Authorization

bearerExecToken
AuthorizationBearer <token>

Execution token for container-to-host internal routes.

In: header

Path Parameters

scope*string
Match^@[a-z0-9][a-z0-9-]*$
name*string
curl -X GET "https://loading/internal/credentials/string/string"
{
  "credentials": {},
  "authorizedUris": [
    "string"
  ]
}
{
  "type": "https://docs.appstrate.dev/errors/unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Invalid or missing session",
  "code": "unauthorized",
  "requestId": "req_abc123"
}
Empty
Empty