---
title: "Fetch all user ad extras"
method: GET
path: "/user_ad_extras"
tags: ["UserAdExtra"]
---

# Fetch all user ad extras

`GET /user_ad_extras`

Returns all user ad extras from the system

## Query parameters

- `token` string, string, required
- `sort` string, string
- `sortby` string, string
- `page` string, string
- `fields` string, string
- `q` string, string
- `limit` string, string

## Response `200`

Fetched user ad extras

- UserAdExtra
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `ad_id` integer
  - `ad_extra_id` integer
  - `ad_extra_day_id` integer
  - `amount` number, float
  - `payment_gateway_id` integer
  - `gateway_id` integer
  - `buyer_name` string
  - `buyer_email` string
  - `buyer_address` string
  - `buyer_city` string
  - `buyer_state` string
  - `buyer_country_iso2` string
  - `buyer_phone` integer
  - `buyer_zipcode` integer
  - `credit_card_code` integer
  - `credit_card_expire` string
  - `credit_card_name_on_card` string
  - `credit_card_number` 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/revisions/d716960b8cd5/schema)
