Skip to main content
POST
/
api
/
public
/
tendlc
/
brands
/
{id}
/
refresh
Refresh brand status
curl --request POST \
  --url https://astrasend-mocha.vercel.app/api/public/tendlc/brands/{id}/refresh \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Your API key (as_live_…), created under Settings → API keys.

Path Parameters

id
string
required

Response

200 - application/json

Success

ok
boolean
Example:

true