Organization
Retrieve Organization
GEThttps://api.tapeapp.com/v1/org
Retrieve your current organization (e.g. the organization with ID 1337
):
➡️ Request
curl https://api.tapeapp.com/v1/org \
-u user_key_replace_with_your_api_key:
⬅️ Response
{
"org_id": 1337,
"active_user_id": 2000,
"name": "Tape Technologies",
"slug": "tape",
"description": "One shall dogfood all day all night",
"website": "https://tapeapp.com",
"location": "Munich, Germany",
"created_on": "2019-05-01 10:00",
"plan": "pro",
"activity_count": 345
}
Update or delete organization
Not available
Modifying Organization endpoints are not available yet. Create a community feature request if those are important for your integrations.