v1
latestOpenAPI 3.1.02026-07-243113441.2 MBMember Portal Invitations
Get a contractor member portal invitation
Returns the current status of a contractor's member portal invitation (pending, sent, verified, complete, or cancelled) along with an expired flag indicating whether the invitation can still be acted on by the contractor.
scope: member_portal_invitation:read
get/v1/contractors/{contractor_uuid}/member_portal_invitations
Path parameters
contractor_uuidstring required
The UUID of the contractor
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Response
Success
Example response
{
"status": "sent"
}