DeepFellow DOCS

List organizations

List organizations.

GET
/v1/organization/
AuthorizationBearer <token>

In: header

Query Parameters

limit?Limit
Default20
Range1 <= value
after?After
order?string
Default"asc"
Value in"asc" | "desc"

Response Body

curl -X GET "https://loading/v1/organization/?limit=20&after=5eb7cf5a86d9755df3a6c593&order=asc"
{
  "object": "list",
  "first_id": "5eb7cf5a86d9755df3a6c593",
  "last_id": "5eb7cf5a86d9755df3a6c593",
  "has_more": true,
  "data": [
    {
      "id": "5eb7cf5a86d9755df3a6c593",
      "created_at": 0,
      "name": "string",
      "owner_id": "5eb7cf5a86d9755df3a6c593"
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.