Skip to main content
GET
/
players
Get all players for a project
curl --request GET \
  --url https://api.engagefabric.com/players \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token for admin console authentication

Query Parameters

projectId
string
required

Project UUID

skip
number

Number of records to skip

Example:

0

take
number

Number of records to take

Example:

20

Search by display name or external ID

includeDeleted
boolean

Include soft-deleted players

Example:

false

Response

200

List of players with pagination