Commerce Engine is now in beta. We're working hard to make it better for you.
cURL
curl --request POST \ --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/pos/auth/refresh-token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "refresh_token": "<string>" }'
{ "message": "<string>", "success": "<string>", "content": { "access_token": "<string>", "refresh_token": "<string>" } }
Refresh POS access token
Access token
OK
The response is of type object.
object
Was this page helpful?