Skip to main content
GET
/
projects
Get all projects for the user's tenant
curl --request GET \
  --url https://api.engagefabric.com/projects \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token for admin console authentication

Query Parameters

skip
number

Number of records to skip

Example:

0

take
number

Number of records to take

Example:

20

includeDeleted
boolean

Include soft-deleted projects

Example:

false

Response

200

List of projects with pagination