Skip to main content
POST
Get user's jobs V2

Authorizations

Authorization
string
header
required

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

Body

application/json
page
integer | null
Example:

1

limit
integer | null
Example:

10

page_limit
integer | null

Alias for limit (takes priority)

Example:

10

job_status
string | null

Filter: Invited, Pending, Hired, Ongoing, Voided, Payment Request, Completed, Rejected, All Job

Example:

"All Job"

filterByMultiParameter
string | null

Search keyword

Example:

"test"

job_id
integer | null
Example:

1

athlete_id
integer | null

Athlete ID (required for agent context)

Example:

123

id
integer | null

User ID (partner context)

Example:

1

sort_order
enum<string> | null
Available options:
pay_highest,
name_asc,
name_desc,
most_recent
Example:

"most_recent"

Response

200

User jobs V2