Support Access › Get Support Access history
Support Access
Get Support Access history Get Support Access history
Get Support Access history curl -- request GET \
-- url "https://auth.lambdatest.com/api/organization/support-access" \
-- header "Authorization: Basic <encoded-value>"
{
"access_granted" : 1 ,
"history" : [
{
"access_granted_at" : "2023-01-19T19:42:54Z" ,
"access_granted_by" : "" ,
"access_revoked_at" : "2023-01-19T19:43:20Z" ,
"access_revoked_by" : "pawan rai" ,
"status" : "Revoked" ,
"updated_at" : "2023-01-19T19:42:54Z"
} ,
{
"access_granted_at" : "2023-01-19T19:43:28Z" ,
"access_granted_by" : "" ,
"access_revoked_at" : "0001-01-01T00:00:00Z" ,
"access_revoked_by" : "pawan rai" ,
"status" : "Active" ,
"updated_at" : "2023-01-19T19:43:28Z"
}
]
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response 200▼
application/json Success
history object[]
▶ Hide child attributeshistory. access_granted_at string
Example: "2023-01-19T19:42:54Z"
history. access_granted_by string
Example: ""
history. access_revoked_at string
Example: "2023-01-19T19:43:20Z"
history. access_revoked_by string
Example: "pawan rai"
history. status string
Example: "Revoked"
history. updated_at string
Example: "2023-01-19T19:42:54Z"
Get Support Access history curl -- request GET \
-- url "https://auth.lambdatest.com/api/organization/support-access" \
-- header "Authorization: Basic <encoded-value>"
{
"access_granted" : 1 ,
"history" : [
{
"access_granted_at" : "2023-01-19T19:42:54Z" ,
"access_granted_by" : "" ,
"access_revoked_at" : "2023-01-19T19:43:20Z" ,
"access_revoked_by" : "pawan rai" ,
"status" : "Revoked" ,
"updated_at" : "2023-01-19T19:42:54Z"
} ,
{
"access_granted_at" : "2023-01-19T19:43:28Z" ,
"access_granted_by" : "" ,
"access_revoked_at" : "0001-01-01T00:00:00Z" ,
"access_revoked_by" : "pawan rai" ,
"status" : "Active" ,
"updated_at" : "2023-01-19T19:43:28Z"
}
]
}