Langsung ke konten utama
GET
/
v3
/
stores
/
{store_id}
/
public-api-keys
List storefront public API keys
curl --request GET \
  --url https://api.scalev.com/v3/stores/{store_id}/public-api-keys \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "store_id": 123,
      "token": "<string>",
      "created_by": {},
      "inserted_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "is_paginated": false
}

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parameter Path

store_id
integer
wajib

Numeric Scalev store database ID for authenticated business routes.

Contoh:

3288

Respons

Storefront public API key list

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