{ "opencollection": "1.0.0", "info": { "name": "Skilljar Assets Domains > Signup Fields API", "version": "1.0.0" }, "items": [ { "info": { "name": "Domains > Signup Fields", "type": "folder" }, "items": [ { "info": { "name": "domains_signup_fields_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/domains/:domain_name/signup-fields", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Manage signup fields for a domain. Signup fields define the information collected from users during the signup process for a specific domain. Each field may have a set of options, validation rules, and display properties. Use this endpoint to view the list of signup fields configured for a domain." } ] } ], "bundled": true }