Akamai Web
Parse script
Extracts the values every sensor for a site needs from the site’s Akamai script. Send the script body as text. The result stays valid until the site changes its script, so cache it and pass it to /sensor as scriptData.
POST
Parse script
Authorizations
Customer API key issued from the Roolink dashboard.
Body
text/plain
Raw JavaScript source, or its base64 encoding (single-line, no data: prefix).
Example:
"var _ac=function(){...};"
Response
Script parsed.
The values /sensor needs from the site's script. Pass the whole object as scriptData.
Script version tag.
Minimum string length:
1Example:
"1"
Script key used in sensor signing.
Example:
1234567890
Device key derived from the script.
Minimum string length:
1Example:
"abc123"
Integer array from the script.
Minimum array length:
1Required range:
0 <= x <= 22