Skip to main content
POST
/
partner
/
get-single-payment-athlete-deliverable
Get single payment athlete deliverable
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/partner/get-single-payment-athlete-deliverable \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "job_id": 100,
  "athlete_id": 200
}
'
{
  "status": "success",
  "data": []
}

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

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

Authorizations

Authorization
string
header
required

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

Body

application/json
job_id
integer
required

Job ID

Example:

100

athlete_id
integer

Athlete user ID

Example:

200

Response

200 - application/json

Single pay athlete listing

status
string
Example:

"success"

data
object[]
Example:
[]