GET
/projects/current

Query Parameters

apiKeystring

Publishable API key identifying the project

Response Body

curl -X GET "https://api.siteassist.io/v2/projects/current?apiKey=sa_pk_1234567890abcdef"

{
  "id": "e2c6b2ad-9b1f-4f3c-8f5a-9f2a7b1c2d3e",
  "name": "Acme Inc",
  "status": "active",
  "chatWidgetConfig": {
    "position": "right",
    "theme": "light",
    "welcomeMessage": "Hi! How can we help?"
  }
}
Empty
Empty
Empty
Empty
Empty