{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Schemas API", "version": "1.52.0" }, "items": [ { "info": { "name": "Schemas", "type": "folder" }, "items": [ { "info": { "name": "FetchSchema", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Schemas/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific schema with its nested versions." }, { "info": { "name": "ListSchemaVersion", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Schemas/:Id/Versions", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a paginated list of versions of the schema." }, { "info": { "name": "FetchSchemaVersion", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Schemas/:Id/Versions/:SchemaVersion", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id." }, { "name": "SchemaVersion", "value": "", "type": "path", "description": "The version of the schema" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific schema and version." } ] } ], "bundled": true }