Skip to main content
GET
/
Utils
/
apiKey
Validate Apikey
curl --request GET \
  --url https://api.orchestrasolutions.com/Utils/apiKey \
  --header 'X-Api-Key: <api-key>'
{
  "status": "<string>",
  "userName": "<string>",
  "accountId": 123,
  "isSandbox": true
}

Validate API Key Guide

Complete guide with health check and environment verification examples

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Response

OK

Model for display authentication results

status
string | null

Status

userName
string | null

Username

accountId
integer<int64>

Account Id

isSandbox
boolean

Is this a sandbox user