Skip to main content
POST
Get my deals count by status (returns counts for all statuses)

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
athlete_id
integer | null

Athlete ID (for agent/partner context)

Example:

123

filterByKeyword
string | null

Keyword search

Example:

"test"

job_id
string | null

Filter to a single job

Example:

"1"

serviceId
integer | null

Filter to a fan service request

Example:

1

status
string | null

Deal status filter

Example:

"All Deals"

type
string | null

Filter type

Example:

"All"

Response

200

Deal counts by status