Skip to main content

Get your organization information

GET 

/api/organization

Returns your organization information

Responses

Successful operation

Schema
    id uuidrequired

    The unique ID of the organization.

    name stringrequired

    The name of the organization

    description stringrequired

    The description of the organization

    confirmed_agreement_version integerrequired

    Last version of confirmed agreement

    avatar urlrequired

    The URL of the organization's avatar image.

    webhook urlrequired

    The webhook URL for the organization.

    api_key stringrequired

    API key

Loading...