---
title: "Fetch ad extra"
method: GET
path: "/ad_extras/{adExtraId}"
tags: ["AdExtra"]
---

# Fetch ad extra

`GET /ad_extras/{adExtraId}`

Returns a ad extra based on a single ID

## Path parameters

- `adExtraId` integer, required

## Query parameters

- `token` string, string, required

## Response `200`

Fetched ad extra

- AdExtra
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `name` string
  - `is_active` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/versions/d716960b8cd5/schema)
