Skip to content

Organizations

List organizations

curl https://app.rejoule.io/organizations/ \
    -H "Authorization: User <token>"

The following query parameters are available:

Name Type Description
limit integer Number of results to return per page.
offset integer The initial index from which to return the results.
id string id
name string name
created string created
updated string updated

Get a single organization

curl https://app.rejoule.io/organizations/{id}/ \
    -H "Authorization: User <token>"

The response object contains the following fields:

Name Type Description
id integer
name string
created_at string
updated_at string