get
https://api.7digital.com/1.2/status
Get the current server time
Recipes
🔑
Verify your Consumer Key
Open Recipe
\ Example request
GET https://api.7digital.com/1.2/status?country=GB&oauth_consumer_key=YOUR_KEY_HEREExample response
{
"response": {
"status": "ok",
"version": "1.2",
"serviceStatus": { "serverTime": "2026-02-08T15:46:06Z" }
}
}
