{ "opencollection": "1.0.0", "info": { "name": "Rapidata Asset Client API", "version": "v1" }, "items": [ { "info": { "name": "Client", "type": "folder" }, "items": [ { "info": { "name": "Creates a new client for the current customer.", "type": "http" }, "http": { "method": "POST", "url": "https://api.rapidata.ai/client", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new client for the current customer." }, { "info": { "name": "Gets the details of a specific client.", "type": "http" }, "http": { "method": "GET", "url": "https://api.rapidata.ai/client/:clientId", "params": [ { "name": "clientId", "value": "", "type": "path", "description": "The id of the client to retrieve." } ] }, "docs": "Gets the details of a specific client." }, { "info": { "name": "Deletes a client.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.rapidata.ai/client/:clientId", "params": [ { "name": "clientId", "value": "", "type": "path", "description": "The id of the client to delete." } ] }, "docs": "Deletes a client." }, { "info": { "name": "Queries clients for the current customer.", "type": "http" }, "http": { "method": "GET", "url": "https://api.rapidata.ai/clients", "params": [ { "name": "page", "value": "", "type": "query", "description": "The 1-based page index." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." }, { "name": "sort", "value": "", "type": "query", "description": "Sort fields. Prefix with - for descending order (e.g. -created_at)." }, { "name": "client_id", "value": "", "type": "query", "description": "Filter by client_id." }, { "name": "display_name", "value": "", "type": "query", "description": "Filter by display_name." }, { "name": "created_at", "value": "", "type": "query", "description": "Filter by created_at." }, { "name": "logic", "value": "", "type": "query", "description": "How to combine the field filters: \"and\" (default) requires every filter to match, \"or\" requires any of them to match." } ] }, "docs": "Clients are service credentials that allow automated processes to authenticate against the API." }, { "info": { "name": "Registers a new client using the OpenID Connect Dynamic Client Registration protocol.", "type": "http" }, "http": { "method": "POST", "url": "https://api.rapidata.ai/client/register", "body": { "type": "json", "data": "{}" } }, "docs": "Follows RFC 7591." } ] } ], "bundled": true }