Get Workspace
Retrieve the Workspace that is associated with an API Key
Get one workspace connected to account
GET
https://connect.getseam.com/workspaces/get
Retrieve a Workspace using its ID.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer <API_KEY> |
Code Example
Parameters
This method doesn't take any parameters.
Response
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.
JSON format
Last updated