Skip to main content
GET
/
api
/
v1
/
session
/
{customerId}
세션 생성
curl --request GET \
  --url https://api.steppay.kr/api/v1/session/{customerId} \
  --header 'Secret-Token: <api-key>'
"<string>"

Authorizations

Secret-Token
string
header
required

Path Parameters

customerId
integer<int64>
required

고객 번호

Response

세션 생성됨. 생성된 세션 키를 리턴함

The response is of type string.