Acquia · Capability
Acquia Cloud API Documentation — Agreements
Acquia Cloud API Documentation — Agreements. 5 operations. Lead operation: Return a list of agreements.. Self-contained Naftiko capability covering one Acquia business surface.
What You Can Do
GET
Getagreements
— Return a list of agreements.
/v1/agreements
GET
Getagreement
— Return a specific agreement by a provided UUID.
/v1/agreements/{agreementuuid}
POST
Postacceptagreement
— Accepts a legal agreement by UUID.
/v1/agreements/{agreementuuid}/actions/accept
POST
Postdeclineagreement
— Declines a legal agreement by UUID.
/v1/agreements/{agreementuuid}/actions/decline
GET
Getinvitees
— Returns a list of users invited to action this agreement.
/v1/agreements/{agreementuuid}/invitees
MCP Tools
return-list-agreements
Return a list of agreements.
read-only
idempotent
return-specific-agreement-provided-uuid
Return a specific agreement by a provided UUID.
read-only
idempotent
accepts-legal-agreement-uuid
Accepts a legal agreement by UUID.
declines-legal-agreement-uuid
Declines a legal agreement by UUID.
returns-list-users-invited-action
Returns a list of users invited to action this agreement.
read-only
idempotent