📄Organization Selection
Get the list of organizations by Organization ID
Params
Header Parameter
Data Type
Description
Response Parameter
Description
Last updated
Last updated
curl --location 'https://matar.in.ngrok.io/api/v1/organizations' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmcmVzaCI6dHJ1ZSwiaWF0IjoxNjkyODcyNDIxLCJqdGkiOiIyZmNiODJiYi0zMDYzLTQzNGUtOGM5OS00NTVjMDhhY2Y3MmMiLCJ0eXBlIjoiYWNjZXNzIiwic3ViIjoiMzk1MDFUIiwibmJmIjoxNjkyODcyNDIxLCJleHAiOjE2OTM3MzY0MjF9.ovz0ItiPsYG_rqT3vEYl42WZBonX52NXf-oWE4DuGmQ'{
"organizations": [
{
"_id": "129487316",
"code": "https://matar.app.link/None",
"description": null,
"is_active": true,
"is_chatgpt_enabled": null,
"language": "hi-IN",
"max_post_duration": 15,
"org_type": 0,
"title": "matar"
},
{
"_id": "685QVK",
"code": "https://matar.app.link/None",
"description": null,
"is_active": true,
"is_chatgpt_enabled": null,
"language": "kn-IN",
"max_post_duration": 15,
"org_type": 0,
"title": "Tisser - DFLT Kannada"
},
{
"_id": "XYBT7P",
"code": "https://matar.app.link/None",
"description": null,
"is_active": true,
"is_chatgpt_enabled": null,
"language": "hi-IN",
"max_post_duration": 15,
"org_type": 0,
"title": "Tisser - Indian Artisans"
},
{
"_id": "K7QUEV",
"code": "https://matar.app.link/None",
"description": null,
"is_active": true,
"is_chatgpt_enabled": null,
"language": "ur-IN",
"max_post_duration": 15,
"org_type": 0,
"title": "Tisser - DFLT Telugu"
}
]
}{
"message": "Ain't no cake like that."
}