LAPANG
홈서비스커뮤니티혜택요금SNS 분석
로그인가입
LAPANG
1:1 채팅 문의

업무시간 : 10:00 - 19:00 (주말, 공휴일 제외)

자주 묻는 질문이용 가이드

시큐비|사업자등록번호: 555-07-00270|대표: 서용호

서울특별시 서대문구

02-0000-0000|support@lapang.co

회사

  • 소개
  • 블로그
  • 문의
  • 파트너 모집
  • 레퍼럴
  • 혜택

서비스

  • Instagram
  • TikTok
  • YouTube
  • Facebook
  • 커뮤니티

도구

  • SNS 분석
  • 콘텐츠 캘린더
  • AI 캡션 생성기
  • 해시태그 분석
  • 성장 대시보드
  • 서비스 비교

지원

  • 시스템 상태
  • API 문서
  • 고객센터
이용약관개인정보처리방침환불 정책쿠키 정책데이터 보호API 문서

© 2026 Lapang. All rights reserved.

      LAPANG
      홈서비스커뮤니티혜택요금SNS 분석
      로그인가입

      Guide

      Endpoints

      terminal

      Need a Sandbox?

      Test integrations safely.

      API Documentation

      Integrate Lapang services directly into your own panel or application.

      key
      vpn_key

      Your Production API Key

      Keep this key secret. Do not share it in client-side code.

      lap_live_839210xxxxx...92x
      info

      Introduction

      The Lapang Reseller API provides a RESTful interface to manage orders, check service status, and retrieve account balance information. All endpoints return JSON responses.

      tips_and_updates
      Development TipUse our sandbox environment to test your integration before switching to the live API endpoints.
      security

      Authentication

      Authenticate your requests by including your API key in the key parameter of your POST requests.

      // Example request with authentication
      curl -X POST https://lapang.com/api/v2 \
        -d "key=YOUR_API_KEY" \
        -d "action=balance"
      error

      Errors

      The API uses standard HTTP status codes. Errors are returned in JSON format with a description.

      Status CodeDescription
      400Bad Request - Invalid parameters
      401Unauthorized - Invalid API key
      429Too Many Requests - Rate limit exceeded
      500Internal Server Error
      list

      Services List

      Retrieve a list of all available services.

      POSThttps://lapang.com/api/v2
      ParameterTypeDescription
      keystringYour API Key.
      actionstringMust be set to services.

      Success Response

      {
        "services": [
          {
            "id": 1,
            "name": "Instagram Followers",
            "price": 0.5
          }
        ]
      }
      add_shopping_cart

      Place Order

      Create a new order for a specific service.

      POSThttps://lapang.com/api/v2
      ParameterTypeDescription
      keystringYour API Key.
      actionstringMust be set to add.
      serviceintegerService ID (retrieve from Services endpoint).
      linkstringLink to the social media post/profile.
      quantityintegerAmount needed.

      Success Response

      {
        "order": 23501
      }
      wallet

      Balance Check

      Retrieve your current account balance and currency.

      POSThttps://lapang.com/api/v2
      // Request Body
      {
          "key": "YOUR_API_KEY",
          "action": "balance"
      }
      // Response
      {
          "balance": "100.23",
          "currency": "USD"
      }

      On this page

      System Status

      All API services are operational.

      View Status Pagearrow_forward
      LAPANG
      1:1 채팅 문의

      업무시간 : 10:00 - 19:00 (주말, 공휴일 제외)

      자주 묻는 질문이용 가이드

      시큐비|사업자등록번호: 555-07-00270|대표: 서용호

      서울특별시 서대문구

      02-0000-0000|support@lapang.co

      회사

      • 소개
      • 블로그
      • 문의
      • 파트너 모집
      • 레퍼럴
      • 혜택

      서비스

      • Instagram
      • TikTok
      • YouTube
      • Facebook
      • 커뮤니티

      도구

      • SNS 분석
      • 콘텐츠 캘린더
      • AI 캡션 생성기
      • 해시태그 분석
      • 성장 대시보드
      • 서비스 비교

      지원

      • 시스템 상태
      • API 문서
      • 고객센터
      이용약관개인정보처리방침환불 정책쿠키 정책데이터 보호API 문서

      © 2026 Lapang. All rights reserved.