GET
/
v1
/
organizations
/
me

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Response

200 - application/json
object
string

String representing the object’s type. Objects of the same type share the same value.

id
string

The unique identifier for the organization.

name
string

The name of the organization.

slug
string

The slug of the organization.

avatar_url
string

Avatar URL of the organization

type
enum<string>

The type of the organization.

Available options:
perso,
pro
current_billing_plan
string

The current billing plan of the organization.

created_at
string

Time at which the object was created.

updated_at
string

Time at which the object was last updated.