API Documentation
Sales Website
  • Introduction
  • Authentication
  • Errors
  • Pagination
  • Rate Limits
  • API reference
    • Account
    • Host
    • Link
    • Redirect
    • Workspace
      • Subscription
  • Specification
Powered by GitBook
On this page
  1. API reference

Workspace

PreviousRedirectNextSubscription

show current workspace

get

Get workspace information like name, country etc.

Authorizations
Responses
200
success
application/json
get
GET /v1/workspace HTTP/1.1
Host: api.redirhub.com
Authorization: YOUR_API_KEY
Accept: */*
200

success

{
  "data": [
    {
      "uuid": "1639562002248499321",
      "role": "owner",
      "default": true,
      "name": "workspace01",
      "createdAt": "2023-01-01 00:00:00",
      "updatedAt": "2023-01-01 00:00:00"
    }
  ]
}