Skip to content

List seller's phones

GET
/vendor/me/phones

Список телефонов текущего пользователя

Authorizations

sessionCookie

PHP session cookie (HTTP-only, Secure, SameSite=Lax)

Type
API Key (cookie: PARTIZAP_SESSION)

Responses

List of phones

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": 0,
  
  
  
"user_id": 0,
  
  
  
"phone": "+79991234567",
  
  
  
"label": "Основной",
  
  
  
"is_primary": true,
  
  
  
"sort_order": 0,
  
  
  
"phone_verified": true,
  
  
  
"created_at": "string"
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI