API reference
Unlock private storefront
Grants access to a storefront that is not public yet. Used for stores behind a password while they are being prepared.
POST
/v1/access/unlockGrants access to a storefront that is not public yet. Used for stores behind a password while they are being prepared.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/access/unlock" \ -H "Content-Type: application/json" \ -d '{ "accessKey": "string" }'{ "type": null, "title": null, "status": null, "detail": null, "instance": null, "code": "string"}