SmartTask Developers
Main Website
  • Overview
  • Authentication
    • Basics
    • Details
  • Endpoints
    • Organization
      • Fetch Organizations
    • Task
      • Create a Task
    • Record Activity
      • Fetch Activities
      • Add Comment
    • Project
      • Fetch Projects
    • Organization User
      • Filter Users
    • Webhooks
      • Subscribe to an Event
      • Unsubscribe from a Webhook
  • Models
    • Organization
      • Organization User
    • Group
    • Project
    • Record
    • Record Activity
    • Task
    • Contact
    • Webhook
    • Membership
    • File
    • Custom Field
      • Custom Field Value
    • User
Powered by GitBook
On this page
  1. Endpoints
  2. Organization

Fetch Organizations

Get Organizations

GET https://ext-v2.smarttask.io/v1.0/organization/list

This endpoint allows you to get all organizations a user is associated with.

Headers

Name
Type
Description

Authorization

string

Authentication bearer token

[
    {
        "organization_id": 1,
        "name": "Hitech Pvt Ltd"
    }
]

Please refer to Organization for more on the model received in response

PreviousOrganizationNextTask

Last updated 7 days ago