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

Last updated