Skip to main content
PUT
/
open-api
/
v1.0
/
public-token
Get or create a public token
curl --request PUT \
  --url https://api.fourthwall.com/open-api/v1.0/public-token \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}
OAuth scope: shop_readAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

OK

token
string
required