Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 701 Bytes

organizations.md

File metadata and controls

51 lines (32 loc) · 701 Bytes

Organizations

  1. Get Organization Info
  2. Get Organization Tags

Get Organization Info

Get information about the current user's organization.

Endpoint

GET /v0/organization

Parameters

None

Response

Status: 200 OK
X-Blockspring-Api-Version: v0
{
    "name": "Acme, Inc",
    "subdomain": "acme-inc"
}

Get Organization Tags

Get a list of the current organization's tags.

Endpoint

GET /v0/organization/tags

Parameters

None

Response

Status: 200 OK
X-Blockspring-Api-Version: v0

Response format is the same as the official tags endpoint