Team is a JSON Structure definition published by Acquia, describing 6 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/acquia/refs/heads/main/json-structure/acquia-cloud-team-structure.json",
"description": "team schema from Acquia Cloud API",
"type": "object",
"properties": {
"uuid": {
"type": "uuid",
"description": "The UUID of the team."
},
"name": {
"type": "string",
"description": "The name of the team."
},
"created_at": {
"type": "datetime",
"description": "The date the team was created."
},
"updated_at": {
"type": "datetime",
"description": "The date the team was last updated."
},
"organization": {
"$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_organization-stub"
},
"_links": {
"$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_links"
}
},
"required": [
"uuid",
"name",
"created_at",
"updated_at",
"organization",
"_links"
],
"name": "Team"
}
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.