Mapae API (1.0)

Download OpenAPI specification:

MAPAE API Docs

auth

JWKS

공개용 JWK Set 제공

Responses

Response samples

Content type
application/json
{ }

Check Signed Result

인증 완료시 JWT가 포함된 상태 조회 (기존 응답 + token)

path Parameters
auth_id
required
string

인증 ID

Responses

Response samples

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

인증 상태 조회

인증 완료 여부 조회

path Parameters
auth_id
required
string

인증 ID

Responses

Response samples

Content type
application/json
{
  • "carrier": "string",
  • "phone": "string",
  • "status": "string",
  • "timestamp": "string",
  • "token": "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"
}