cURL
curl --request GET \ --url https://api.steppay.kr/api/v1/session/{customerId} \ --header 'Secret-Token: <api-key>'
"<string>"
고객 연동을 위한 세션을 생성합니다. 세션 연동을 위한 키를 리턴합니다.
고객 번호
세션 생성됨. 생성된 세션 키를 리턴함
The response is of type string.
string