cURL
curl --request GET \ --url https://api.woopsocial.com/v1/projects \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>" } ]
Returns projects that belong to the same organization as the API key. A project corresponds to a “Business Profile” in the UI.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Projects available for media upload and post creation.
Project identifier.
Human-readable project name.