Skip to main content
POST
/
v1
/
workspaces
Create a new workspace
curl --request POST \
  --url https://api.snitcher.com/v1/workspaces \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "https://acme.com"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Body

application/json
url
string<url>
Example:

"https://acme.com"

Response

Workspace details

success
boolean
Example:

true

data
object