Skip to main content

Get the organization plan

GET 

/v1/organizations/:organizationId/plan

Get the organization plan

Request

Path Parameters

    organizationId stringrequired

Responses

Organization plan retrieved successfully

Schema
    name stringrequired

    Possible values: [pro_monthly, pro_yearly, team_monthly, team_yearly]

    The name of the organization's plan

    status stringrequired

    Possible values: [PENDING, ACTIVE, INCOMPLETE, CANCELED]

    The status of the organization's plan

    maxSeats numberrequired

    Possible values: >= 1

    The maximum number of seats allowed in the plan

    maxProjects numberrequired

    Possible values: >= 1

    The maximum number of projects allowed in the plan

    expiresAt date-timerequired

    The expiration date of the plan

Loading...