GET
/
workspaces
/
{workspaceSlug}
curl --request GET \
  --url https://global.thenile.dev/workspaces/{workspaceSlug} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "stripe_customer_id": "<string>",
    "created": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceSlug
string
required

Response

200
application/json
Details about the named workspace.
name
string
required
slug
string
required
id
string
stripe_customer_id
string
created
string