POST
/
v1
/
steps
/
refresh
/
{id}
curl --request POST \
  --url https://api.base39.io/v1/steps/refresh/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
  • O ID do object

Response

202
_mintlify/placeholder

Accepted