LowCodeAPI
Gumroad

Others

  • Custom fields(4)
    • GET
      Retrieve all of the existing custom fields for a product
    • POS
      Create a new custom field for a product
    • PUT
      Edit an existing product's custom field
    • DEL
      Permanently delete a product's custom field
  • Licenses(4)
    • POS
      Verify a license
    • PUT
      Enable a license
    • PUT
      Disable a license
    • PUT
      Decrement the uses count of a license
  • Offer codes(5)
    • GET
      Retrieve all of the existing offer codes for a product
    • POS
      Create a new offer code for a product
    • GET
      Retrieve the details of a specific offer code of a product
    • PUT
      Edit an existing product's offer code
    • DEL
      Permanently delete a product's offer code
  • Products(5)
    • GET
      Retrieve all of the existing products for the authenticated user
    • GET
      Retrieve the details of a product
    • DEL
      Permanently delete a product
    • PUT
      Enable an existing product
    • PUT
      Disable an existing product
  • Resource subscriptions(3)
    • PUT
      Subscribe to a resource
    • GET
      Show all active subscriptions of user for the input resource
    • DEL
      Unsubscribe from a resource
  • Sales(4)
    • GET
      Retrieves all of the successful sales by the authenticated user
    • GET
      Retrieves the details of a sale by this user
    • PUT
      Marks a sale as shipped
    • PUT
      Refunds a sale
  • Subscribers(2)
    • GET
      Retrieves all of the active subscribers for one of the authenticated user's products
    • GET
      Retrieves the details of a subscriber to this user's product
  • User(1)
    • GET
      Retrieve the user's data
  • Variant categories(10)
    • POS
      Create a new variant category on a product
    • GET
      Retrieve all of the existing variant categories of a product
    • GET
      Retrieve the details of a variant category of a product
    • PUT
      Edit a variant category of an existing product
    • DEL
      Permanently delete a variant category of a product
    • POS
      Create a new variant of a product
    • GET
      Retrieve the details of a variant of a product
    • PUT
      Edit a variant of an existing product
    • DEL
      Permanently delete a variant of a product
    • GET
      Retrieve all of the existing variants in a variant category