---
title: "Grants a bidder relation to a customer."
method: PUT
path: "/authorization/relations/bidder"
tags: ["Bidder"]
---

# Grants a bidder relation to a customer.

`PUT /authorization/relations/bidder`

Idempotent: re-granting an existing relation is a no-op.

## Request body

- GrantBidderRelationEndpointInput
  - `customer` string, uuid, required — The customer to grant the relation to.
  - `relation` 'Admin' | 'Editor' | 'Viewer', required — Relations on the singleton `bidder` object that carries global RTB access. Grants are direct here and, unlike Organization, are never folded in from platform staff.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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