cURL
curl --request GET \ --url https://api.getmembrane.com/app-event-types/{id}/export \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "uuid": "<string>", "key": "<string>", "example": {}, "schema": {}, "subscribeRequest": { "uri": "<string>", "method": "<string>", "body": {}, "query": {}, "headers": {} }, "tenantIdFormula": {}, "userIdFormula": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?