GET Code/{code}
Find out the status of a specific code.
A used code will be assigned a rrequest ID and will then be queryable as any other request would.
Note: This feature is not available on all users tarifs.
Url Parameters | |
---|---|
{code} |
The code to be loaded |
Example JSON response:
{ "results": [ { "added": "2013-11-05T01:28:14Z", "opened": true, "request_id": 8456 } ], "num_records": 1, "status": "OK" }