Backstage · Schema
AuthResponse
AuthResponse schema from Backstage auth API
Developer PortalInternal Developer PlatformSoftware CatalogOpen-SourcePlatform EngineeringSoftware TemplatesCNCF
Properties
| Name | Type | Description |
|---|---|---|
| backstageIdentity | object | |
| profile | object | |
| providerInfo | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/backstage/refs/heads/main/json-schema/auth-auth-response-schema.json",
"title": "AuthResponse",
"description": "AuthResponse schema from Backstage auth API",
"type": "object",
"properties": {
"backstageIdentity": {
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "The Backstage token for backend API calls."
},
"identity": {
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "The identity type."
},
"userEntityRef": {
"type": "string",
"description": "The entity reference for the user (e.g., user:default/guest)."
},
"ownershipEntityRefs": {
"type": "array",
"items": {
"type": "string"
},
"description": "Entity references for groups and other ownership claims."
}
}
}
}
},
"profile": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "The user's email address."
},
"displayName": {
"type": "string",
"description": "The user's display name."
},
"picture": {
"type": "string",
"description": "URL to the user's profile picture."
}
}
},
"providerInfo": {
"type": "object",
"properties": {
"accessToken": {
"type": "string",
"description": "The provider-specific access token."
},
"expiresInSeconds": {
"type": "number",
"description": "Number of seconds until the access token expires."
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth-auth-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.