Retrieve

Preview
GET
https://api.senditly.ai/v1/workspace
Retrieve a workspace
This API is in preview. It may be changed in the future.
Headers
Authorization
string
required
Bearer authentication of the form "Bearer <API_KEY>", where API_KEY is your api key.
Response
id
string
required
The id of the workspace.
name
string
required
icon
string
required
allowedDomains
array
required
createdAt
string
required
A date string in ISO 8601 format when the workspace was created.
updatedAt
string
required
A date string in ISO 8601 format when the workspace was last updated.

Update

Preview
POST
https://api.senditly.ai/v1/workspace
Update a workspace
This API is in preview. It may be changed in the future.
Headers
Authorization
string
required
Bearer authentication of the form "Bearer <API_KEY>", where API_KEY is your api key.
Request
name
string
required
icon
string
optional
allowedDomains
array
required
Response
id
string
required
The id of the workspace.
name
string
required
icon
string
required
allowedDomains
array
required
createdAt
string
required
A date string in ISO 8601 format when the workspace was created.
updatedAt
string
required
A date string in ISO 8601 format when the workspace was last updated.