WorkRamp Reseller Customers API

The Reseller Customers API from WorkRamp — 1 operation(s) for reseller customers.

Operations 1

GET /api/v1/reseller_customers White Label Customers #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/workramp-reseller-customers-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

workramp-reseller-customers-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: json-api Reseller Customers API
  version: '1.0'
servers:
- url: https://app.workramp.com
security:
- sec0: []
tags:
- name: Reseller Customers
paths:
  /api/v1/reseller_customers:
    get:
      summary: White Label Customers
      description: Retrieve all customer enterprises associated with your enterprise
      operationId: white-label-customers
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: "{\n  \"page\": 1,\n  \"per_page\": 20,\n  \"has_more\": false,\n  \"item_count\": 1,\n  \"url\": \"/api/v1/reseller_customers\",\n  \"data\": {\n    \"customers\": [\n      {\n        \"created_at\": 1749509412282,\n        \"disable_all_emails\": true,\n        \"enterprise_base_url\": \"https://woof.foo.bar\",\n        \"enterprise_id\": 2,\n        \"enterprise_name\": \"TEST ENTERPRISE 2\",\n        \"id\": 1,\n        \"updated_at\": 1749509412282\n      }\n    ]\n  }\n}\n"
              schema:
                type: object
                properties:
                  page:
                    type: integer
                    example: 1
                    default: 0
                  per_page:
                    type: integer
                    example: 20
                    default: 0
                  has_more:
                    type: boolean
                    example: false
                    default: true
                  item_count:
                    type: integer
                    example: 1
                    default: 0
                  url:
                    type: string
                    example: /api/v1/reseller_customers
                  data:
                    type: object
                    properties:
                      customers:
                        type: array
                        items:
                          type: object
                          properties:
                            created_at:
                              type: integer
                              example: 1749509412282
                              default: 0
                            disable_all_emails:
                              type: boolean
                              example: true
                              default: true
                            enterprise_base_url:
                              type: string
                              example: https://woof.foo.bar
                            enterprise_id:
                              type: integer
                              example: 2
                              default: 0
                            enterprise_name:
                              type: string
                              example: TEST ENTERPRISE 2
                            id:
                              type: integer
                              example: 1
                              default: 0
                            updated_at:
                              type: integer
                              example: 1749509412282
                              default: 0
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Reseller Customers
components:
  securitySchemes:
    sec0:
      type: apiKey
      in: header
      name: Authorization
      x-bearer-format: bearer
      x-default: ACCESS_TOKEN
x-readme:
  headers: []
  explorer-enabled: false
  proxy-enabled: false
x-readme-fauxas: true