cURL
curl --request GET \ --url https://api.getmembrane.com/app-data-schemas/{idOrKey}/export \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "key": "<string>", "uuid": "<string>", "schema": {}, "code": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
App data schema ID or key
Was this page helpful?