cURL
curl --request PUT \ --url https://api.fourthwall.com/open-api/v1.0/public-token \ --header 'Authorization: Bearer <token>'
{ "token": "<string>" }
Returns an existing public token for the shop, or creates a new one if none exists
The access token received from the authorization server in the OAuth 2.0 flow.
OK