{ "opencollection": "1.0.0", "info": { "name": "Thinkific Admin Bundles Custom Profile Field Definitions API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Profile Field Definitions", "type": "folder" }, "items": [ { "info": { "name": "Get Custom profile field definition", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/custom_profile_field_definitions", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page within the collection to fetch." }, { "name": "limit", "value": "", "type": "query", "description": "The number of items to be returned." } ] }, "docs": "Retrieve a list of Custom Profile Field Definitions" } ] } ], "bundled": true }