Search Organization Invites
GET/public-api/v1/pactvera/organization-invites
EndPoint Description : Searches and retrieves organization invites for the authenticated organization. Use this API to resolve organization parties when creating or editing a Pactvera.
Details :
- Returns active contact invites scoped to the authenticated organization as invitor.
- Supports filtering, sorting, and pagination via query parameters.
- When adding an organization party, use the returned orgId as entityId with entityType ORGANIZATION in the Pactvera parties payload.
Request
Responses
- 200
- 401
- 500
Organizations Invites fetched successfully
Unauthorized – Invalid or missing token.
Internal Server Error