APIOrgsSet the enterprise price for an organization
hidden

Parameters

Name

Type

Req.

  • id

    string / UUID
    required
  • bodyapplication/json

    oneOf
    optional
    One of
    • flat

      object
      optional
      Object Properties
      • interval

        string
        optional
        Possible values
        • day:  Day.
        • month:  Month.
        • week:  Week.
        • year:  Year.
      • price

        number / USD Price
        optional
      • type

        string
        optional
        Possible values
        • flat
    • per_user

      object
      optional
      Object Properties
      • interval

        string
        optional
        Possible values
        • day:  Day.
        • month:  Month.
        • week:  Week.
        • year:  Year.
      • price

        number / USD Price
        optional
      • type

        string
        optional
        Possible values
        • per_user

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
put
/orgs/{id}/enterprise/pricing
$ curl -X PUT "https://api.zoo.dev/orgs/{id}/enterprise/pricing" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{}'
200 OK
Response
{}