Mapae API (1.0)

Download OpenAPI specification:

MAPAE API Docs

auth

인증 상태 조회

인증 완료 여부 조회

path Parameters
auth_id
required
string

인증 ID

Responses

Response samples

Content type
application/json
{
  • "carrier": "string",
  • "phone": "string",
  • "status": "string",
  • "timestamp": "string"
}

인증 시작

인증 요청 생성

Responses

Response samples

Content type
application/json
{
  • "auth_id": "string",
  • "link": "string",
  • "sms_body": "string",
  • "ttl_seconds": 0
}

system

Health Check

서버/스토리지 상태 확인

Responses

Response samples

Content type
application/json
{
  • "status": "string",
  • "storage": "string"
}