リージョン・エンドポイントの取得
API を使用して、アクセス・キーの詳細に対するユーザー地域のエンドポイントを取得します:
Method: POST
URL: https://api.idrivee2.com/api/service/get_region_end_point
Content type: application/json
Required parameter:
body: {
“access_key” : “ZGFsbGFza2V5L4IjxocC”
}
注意:"access_key "は必須パラメータであるため、空やNULLを指定することはできない。
レスポンス API は HTTP 200 レスポンスを返す。APIのレスポンスボディresp_codeの中に、成功/失敗のレスポンスが表示されます。
1- In case of access key is valid and exists resp_code will be 0 and domain_name will be a part of the response
2- In case of access key is invalid/empty/null resp_code < 0 would come
以下は、参考のためにPostmanのスクリーンショットの例である。