Request Params
- realm_id – The realm identifier
- request header
-
Authorization {jwt}
-
Request
GET https://afw.biocryptology.com/realm/v1/api/realms/{realm_id}/licenses
I.E of request: https://afw.biocryptology.com/realm/v1/api/realms/{realm_id}/licenses
Response
- OK 200 - License info retrieved successfully
[
{
"id": "string",
"code": "string",
"validSince": "2024-09-18T13:30:37.246Z",
"validUntil": "2024-09-18T13:30:37.246Z",
"type": "REALM",
"created": "2024-09-18T13:30:37.246Z",
"updated": "2024-09-18T13:30:37.246Z",
"realmId": "string"
}
]-
KO 400
- Invalid realm id - { message: "invalid_realm_id" }
- KO 401 - No message attached
-
-
Token or JWT are invalid
-
Realm not found
-