Acquia · Schema

Invite

Details an invite.

ContentExperience

Properties

Name Type Description
uuid string The unique identifier of the Invite.
email string The invitee email address.
created_at string The invite creation time.
token string The invite token.
flags object
author object
organization object
team object
applications array List of applications the invite will grant the invitee.
roles array List of roles the invite will grant the invitee.
_links object
View JSON Schema on GitHub

JSON Schema

acquia-cloud-invite-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acquia/refs/heads/main/json-schema/acquia-cloud-invite-schema.json",
  "title": "Invite",
  "description": "Details an invite.",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "The unique identifier of the Invite.",
      "format": "uuid"
    },
    "email": {
      "type": "string",
      "description": "The invitee email address.",
      "format": "email"
    },
    "created_at": {
      "type": "string",
      "description": "The invite creation time.",
      "format": "date-time"
    },
    "token": {
      "type": "string",
      "description": "The invite token."
    },
    "flags": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_invite-flags"
    },
    "author": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_user-stub"
    },
    "organization": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_organization-stub"
    },
    "team": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_team-stub"
    },
    "applications": {
      "type": "array",
      "description": "List of applications the invite will grant the invitee.",
      "items": {
        "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_application-stub"
      }
    },
    "roles": {
      "type": "array",
      "description": "List of roles the invite will grant the invitee.",
      "items": {
        "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_role-stub"
      }
    },
    "_links": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_links"
    }
  },
  "required": [
    "uuid",
    "email",
    "created_at",
    "token",
    "flags",
    "author",
    "_links"
  ]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/acquia-cloud-invite"
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 email required.

A second provider on the same verified email joins the account you already have.