List resource offers received in the selected invitation organization

GET/v1/resource-invitations

Set X-Computer-Agents-Organization to the invitation organization. Queries are bound to the authenticated recipient. Reviewing an offer does not require or grant organization-wide membership.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
NameLocationTypeRequiredDescription
limitqueryintegerNo
cursorquerystringNo
Header parameters
NameLocationTypeRequiredDescription
X-Computer-Agents-OrganizationheaderstringYesOrganization that issued this recipient-bound offer

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Offers ordered by creation time, including resolved decisionsapplication/json
FieldTypeRequiredDescription
dataobject[]Yes
data[].idstringYesUnique identifier.
data[].organizationIdstringYes
data[].kindshare | ownershipYes
data[].resourceTypestringYes
data[].resourceIdstringYes
data[].resourceNamestringYes
data[].recipientUserIdstringYes
data[].invitedByUserIdstringYes
data[].accessLeveluse | edit | manageYes
data[].statuspending | accepted | declined | revoked | expiredYesCurrent lifecycle status.
data[].expiresAtstringYes
data[].decidedAtstringYes
data[].createdAtstringYesISO 8601 timestamp.
data[].updatedAtstringYesISO 8601 timestamp.
nextCursorstringYes
400Missing invitation organization or invalid pagination
None.
401Authentication required
None.
403Account is not authorized for this offer
None.
503PostgreSQL invitation service unavailable
None.
List resource offers received in the selected invitation organization
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow