cURL
curl --request POST \ --url https://app.d-sports.org/api/admin/packs/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "publish" } '
Execute pack actions: publish, archive, restore, add/remove collectible.
Clerk session token. Use Authorization: Bearer .
publish
archive
restore
addCollectible
removeCollectible
{ pack }
Was this page helpful?