{ "opencollection": "1.0.0", "info": { "name": "WildApricot Admin Accounts Events.EventRegistrationTypes API", "version": "7.24.0" }, "items": [ { "info": { "name": "Events.EventRegistrationTypes", "type": "folder" }, "items": [ { "info": { "name": "WildApricot Event Registration Types List", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/EventRegistrationTypes", "params": [ { "name": "eventId", "value": "", "type": "query", "description": "event identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot Event Registration Types List" }, { "info": { "name": "WildApricot Creates a New Event Registration Type.", "type": "http" }, "http": { "method": "POST", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/EventRegistrationTypes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot Creates a New Event Registration Type." }, { "info": { "name": "WildApricot Event Registration Type Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/EventRegistrationTypes/:typeId", "params": [ { "name": "typeId", "value": "", "type": "path", "description": "Unique event registration type identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot Event Registration Type Details" }, { "info": { "name": "WildApricot Update Information About Existing Event Registration Type", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/EventRegistrationTypes/:typeId", "params": [ { "name": "typeId", "value": "", "type": "path", "description": "Unique event registration type identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot Update Information About Existing Event Registration Type" }, { "info": { "name": "WildApricot Completely Delete Event Registration Type from the System.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/EventRegistrationTypes/:typeId", "params": [ { "name": "typeId", "value": "", "type": "path", "description": "Unique event registration type identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Completely delete event registration type from the system." } ] } ], "bundled": true }