Skip to main content
GET
/
api
/
mpp
/
stream
/
{id}
Get payment stream details
curl --request GET \
  --url https://mag3nt.com/api/mpp/stream/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "card_id": "<string>",
  "budget": 123,
  "tick_amount": 123,
  "total_ticked": 123,
  "status": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Path Parameters

id
string
required

Response

200 - application/json

Stream details

id
string
card_id
string
budget
number
tick_amount
number
total_ticked
number
status
string