Organizations
Retrieve an Organization
Retrieve an Organization that has previously been created.
GET
/
v1
/
organizations
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Path Parameters
id
string
requiredResponse
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.