Integration
Use this endpoint to request a CID from an IID with your reseller token. The request is forwarded transparently to the current GetCID engine and tracked inside HydraCID X.
https://bs.hydracidx.com/api/getcid/?iid=3344819562788749725844623802640937166926&lang=enSend the same IID again to check whether the CID is already available. Pending requests return a message until the engine finishes.
Authorization: Token YOUR_STATIC_URL_TOKENUse query parameters in a `GET` request.
Installation ID to be resolved into a CID.
Language used by the underlying GetCID response messages.
curl --request GET \
--url "https://hydracidx.com/api/getcid/?iid=3344819562788749725844623802640937166926&lang=en" \
--header "Authorization: Token YOUR_STATIC_URL_TOKEN"{
"cid": "061926-425994-646356-060122-971232-510511-076149-214366",
"c_cid": "061926425994646356060122971232510511076149214366"
}{
"errorDetail": "Request sent. Check again in a moment."
}{
"errorDetail": "Invalid Installation ID."
}