Account
curl -X GET "https://example.com/account"Empty
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/account" \ -H "Content-Type: application/json" \ -d '{}'Empty
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X DELETE "https://example.com/account" \ -H "Content-Type: application/json" \ -d '{}'Empty
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/account/password" \ -H "Content-Type: application/json" \ -d '{}'Empty
curl -X GET "https://example.com/account/members"Empty
curl -X DELETE "https://example.com/account/members/string"Empty
curl -X GET "https://example.com/account/audit-log"Empty
curl -X POST "https://example.com/account/leave"Empty
curl -X POST "https://example.com/account/members/string/transfer-ownership"Empty
curl -X GET "https://example.com/account/export"Empty