GET License?app={app}&email={email}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app

string

Required

email

string

Required

Body Parameters

None.

Response Information

Resource Description

LicenseEntity
NameDescriptionTypeAdditional information
Email

string

None.

ValidTill

date

None.

Status

boolean

None.

License

string

None.

PartitionKey

string

None.

RowKey

string

None.

Timestamp

date

None.

ETag

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "ValidTill": "2025-06-06T18:52:49.0852468+00:00",
  "Status": true,
  "License": "sample string 4",
  "PartitionKey": "sample string 5",
  "RowKey": "sample string 6",
  "Timestamp": "2025-06-06T18:52:49.0852468+00:00",
  "ETag": "sample string 8"
}