ScanopyScanopy
Organizations

Get the current user's organization

GET
/api/v1/organizations
session_id<token>

Browser session cookie. Obtained via /api/auth/login.

In: cookie

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/organizations"
{
  "meta": {
    "api_version": 1,
    "server_version": "0.13.2"
  },
  "success": true,
  "data": {
    "name": "string",
    "onboarding": [
      "OrgCreated"
    ],
    "plan": {},
    "plan_status": "string",
    "stripe_customer_id": "string",
    "created_at": "2019-08-24T14:15:22Z",
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "updated_at": "2019-08-24T14:15:22Z"
  },
  "error": "string"
}
{
  "success": true,
  "error": "string"
}