Skip to main content
GET
/
projects
List projects
curl --request GET \
  --url https://api.woopsocial.com/v1/projects \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Projects available for media upload and post creation.

id
string
required

Project identifier.

name
string
required

Human-readable project name.