Skip to main content
GET
/
app-data-schemas
/
{idOrKey}
/
export
Export app data schema by selector
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

idOrKey
string
required

App data schema ID or key

Response

200 - application/json
name
string
required
key
string
uuid
string
schema
object
code
string