cURL
curl --request GET \ --url https://app.d-sports.org/api/admin/packs \ --header 'Authorization: Bearer <token>'
Lists packs for a team, optionally filtered by status or archived flag.
Clerk session token. Use Authorization: Bearer .
true
false
{ success, data: Pack[] }
Was this page helpful?