# Table of Contents - [Set the app category of an app](#set-the-app-category-of-an-app) - [Search apps](#search-apps) - [Search apps by supply chain](#search-apps-by-supply-chain) - [Get an app](#get-an-app) - [Delete a field from an app](#delete-a-field-from-an-app) - [Add a field to an app](#add-a-field-to-an-app) - [Add a label to an app](#add-a-label-to-an-app) - [Delete a label from an app](#delete-a-label-from-an-app) - [Remove the technical contact of an app](#remove-the-technical-contact-of-an-app) - [Update the technical contact of an app](#update-the-technical-contact-of-an-app) - [Search accounts](#search-accounts) - [Get an account](#get-an-account) - [Delete a label from an account](#delete-a-label-from-an-account) - [Delete a field from an account](#delete-a-field-from-an-account) - [Add a field to an account](#add-a-field-to-an-account) - [Add a label to an account](#add-a-label-to-an-account) - [Get an oauth grant](#get-an-oauth-grant) - [Search oauth grants](#search-oauth-grants) - [Search events](#search-events) - [Get an event](#get-an-event) - [Search users](#search-users) - [Get a notification](#get-a-notification) - [Get a user](#get-a-user) - [Search group members](#search-group-members) - [Search groups](#search-groups) - [Get a group](#get-a-group) - [Get a field](#get-a-field) - [Search notifications](#search-notifications) - [Create a field](#create-a-field) - [Delete a field](#delete-a-field) - [Update a field](#update-a-field) - [Add an allowed value to a field](#add-an-allowed-value-to-a-field) - [Update an allowed value of a field](#update-an-allowed-value-of-a-field) - [Delete a label](#delete-a-label) - [Delete an allowed value of a field](#delete-an-allowed-value-of-a-field) - [Search fields](#search-fields) - [Create a label](#create-a-label) - [Update a label](#update-a-label) - [Search labels](#search-labels) - [Search findings](#search-findings) - [Start offboarding of an user](#start-offboarding-of-an-user) - [Get a finding](#get-a-finding) --- # Set the app category of an app app\_id integer required category string enum required App service category FinanceHRMarketingSalesAnalyticsSecurityProject ManagementDeveloper ToolsIT & InfrastructureCommunicationsCustomer ManagementCollaborationMiscDesignDev OpsProductivitySocial MediaLegalFile SharingPublic VPNShoppingPersonal FinanceHealthcareDatingStreamingLifestyleGamingTravelEducationGovernmentAI ToolsUncategorized Show 32 enum values filters array of objects length ≤ 10 List conditions to filter on filters ADD object page integer ≥ 1 Defaults to 1 Page number to retrieve per\_page integer 0 to 100 Defaults to 10 Number of items per page to retrieve search array of objects length ≤ 10 List of conditions to search for. Multiple conditions are combined with an OR search ADD object sorting object | null Sorting to apply on the results sorting object | null 200 Successful response ============================ object status integer Defaults to 200 400 Validation error ========================= object detail object object object message string 401 Authentication error ============================= object detail object Has additional fields message string 404 Not found ================== object detail object Has additional fields message string Updated 4 months ago * * * Did this page help you? Yes No ShellNodeRubyPHPPython xxxxxxxxxx 1 curl \--request POST \\ 2 \--url https://api.nudgesecurity.io/api/1.0/apps/app-category/app\_id \\ 3 \--header 'accept: application/json' \\ 4 \--header 'content-type: application/json' \\ 5 \--data ' 6 { 7 "category": "Finance" 8 } 9 ' xxxxxxxxxx 1 { 2 "status": 200 3 } Updated 4 months ago * * * Did this page help you? Yes No --- # Search apps ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search apps by supply chain ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get an app ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Delete a field from an app ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Add a field to an app ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Add a label to an app ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Delete a label from an app ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Remove the technical contact of an app ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Update the technical contact of an app ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search accounts ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get an account ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Delete a label from an account ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Delete a field from an account ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Add a field to an account ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Add a label to an account ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get an oauth grant ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search oauth grants ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search events ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get an event ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search users ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get a notification ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get a user ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search group members ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search groups ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get a group ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get a field ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search notifications ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Create a field ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Delete a field ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Update a field ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Add an allowed value to a field ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Update an allowed value of a field ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Delete a label ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Delete an allowed value of a field ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search fields ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Create a label ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Update a label ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search labels ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Search findings ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Start offboarding of an user ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! --- # Get a finding ShellNodeRubyPHPPython Click `Try It!` to start a request and see the response here! ---