透過 Hash 值取得 Text-Call ID

你可以此 API 將雜湊過的 Text-call ID 還原,並用於發用訊息等後續應用。而雜湊過的 Text-call ID 可以透過訊息範本取得。

API

curl -X GET
    -H "Content-Type: application/json"
    "https://{API_HOST}/api/v1/text-call/{hash}/hash-convert-to-id"

Response

PropertyTypeDescription

data

Object

{id: $id} 文字對話 id

Http Request

GET https://{API_HOST}/api/v1/text-call/{hash}/hash-convert-to-id

URL Parameters

ParameterDescription

hash

文字對話 hash 值

Last updated