---
title: "Get all authorizations"
method: GET
path: "/builder/authorization"
tags: ["Builder authorizations"]
---

# Get all authorizations

`GET /builder/authorization`

## Query parameters

- `searchTerm` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- PersonalMerchandisingAuthorizationApiModels — A paginated collection of personal merchandising authorizations.
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` PersonalMerchandisingAuthorizationApiModel[] — The retrieved records.
    - `AuthorizationId` integer — Id of the authorization
    - `Name` string — Name of the authorization
    - `AuthorizationType` 'Basic' | 'BearerToken' | 'CustomHeaders' — Type of the authorization
    - `Token` string — Token for the authorization for Bearer authorization type
    - `UserName` string — Username for the authorization for Basic authorization type
    - `Password` string — Password for the authorization for Basic authorization type
    - `Headers` object — Headers for the authorization

## Other responses

- `404` — Authorization not found

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
