---
title: "GET /api/v1/CrayonAccounts"
method: GET
path: "/api/v1/CrayonAccounts"
tags: ["CrayonAccounts"]
---

# GET /api/v1/CrayonAccounts

`GET /api/v1/CrayonAccounts`

## Query parameters

- `OrganizationId` integer
- `PublisherId` integer
- `ConsumerId` integer
- `CustomerTenantType` 0 | 1 | 2
- `Page` integer
- `PageSize` integer
- `Search` string, nullable

## Response `200`

Success

- CrayonAccountExtended[]
  - `invoiceProfile` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `id` integer
  - `name` string, nullable
  - `email` string, nullable
  - `publisher` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `externalPublisherCustomerId` string, nullable
  - `reference` string, nullable
  - `customerTenantType` 0 | 1 | 2
  - `entityStatus` 0 | 1
  - `organization` Organization
    - `id` integer
    - `name` string, nullable
    - `parentId` integer
    - `crayonCompanyName` string, nullable
    - `accountNumber` string, nullable
  - `isActivated` boolean
  - `contact` CustomerTenantContact
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string, nullable
    - `phoneNumber` string, nullable
  - `program` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `resellerMarkup` number, double

---

[API](https://skmtc.net/crayon/apis/crayon-group-customer-api.md) · [All operations](https://skmtc.net/crayon/apis/crayon-group-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crayon/crayon-group-customer-api/revisions/a04494a78f65/schema)
