cURL
curl --request POST \ --url https://api.getmembrane.com/customers/{elementSelector}/restore \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "meta": {}, "archivedAt": "<string>", "isDeactivated": true, "isReadOnly": true, "state": "BUILDING", "errors": [ {} ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
BUILDING
CLIENT_ACTION_REQUIRED
CONFIGURATION_ERROR
SETUP_FAILED
READY
DISCONNECTING
Was this page helpful?