API 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_HERE

Example response

{
  "response": {
    "status": "ok",
    "version": "1.2",
    "serviceStatus": { "serverTime": "2026-02-08T15:46:06Z" }
  }
}
Query Params
string
required

Two-letter country code of the country the end user resides in.

Language
LoadingLoading…