---
title: "Store Mobile Advertising ID"
method: POST
path: "/v1/client/user/maid"
tags: ["Offers"]
---

# Store Mobile Advertising ID

`POST /v1/client/user/maid`

Stores the mobile advertising ID (GAID/IDFA) for the current user

## Request body

- object
  - `maid` string, required — Mobile Advertising ID (GAID or IDFA)
  - `type` 'gaid' | 'idfa', required — Type of mobile advertising ID

## Response `200`

Mobile advertising ID stored successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden (user banned)
- `500` — Internal Server Error

---

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