Langsung ke konten utama
GET
/
v3
/
chatgpt
/
stores
List authorized business stores
curl --request GET \
  --url https://api.scalev.com/v3/chatgpt/stores \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "unique_id": "<string>",
      "uuid": "<string>",
      "name": "<string>"
    }
  ],
  "is_paginated": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.scalev.com/llms.txt

Use this file to discover all available pages before exploring further.

Otorisasi

Authorization
string
header
wajib

OAuth access tokens are rate-limited per OAuth application and merchant installation.

Respons

Stores accessible in the authorized business

data
object[]
wajib
is_paginated
enum<boolean>
wajib
Opsi yang tersedia:
false