Skip to main content
POST
/
workspaces
/
{workspace}
/
channel
/
wallet
/
refresh
Refresh Wallet Channel
curl --request POST \
  --url https://lancepilot.com/api/v3/workspaces/{workspace}/channel/wallet/refresh \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string<uuid>
required

ID of the workspace.

Response

data
object
required