For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
Support AccessGet Support Access history
TestMu AI
StatusCommunityBlog
Support Access

Get Support Access history

Get Support Access history

GET
/api/organization/support-access
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

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

application/json

Success

access_grantednumber
historyobject[]
history.access_granted_atstring
Example: "2023-01-19T19:42:54Z"
history.access_granted_bystring
Example: ""
history.access_revoked_atstring
Example: "2023-01-19T19:43:20Z"
history.access_revoked_bystring
Example: "pawan rai"
history.statusstring
Example: "Revoked"
history.updated_atstring
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"
}
]
}