Skip to main content
POST
/
v2
/
geo
/
business
/
projects
Get All Projects
curl --request POST \
  --url https://api.writesonic.com/v2/geo/business/projects \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "url": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Successful Response

Response containing project data.

data
ProjectDataItem · object[]
required

Array of project data items