Authorizations
Api key
curl --request GET \
--url https://{tenant}/admin/org/keys \
--header 'Admin-Auth: <api-key>'
{
"data": {
"keys": [
"5e9d9544a1dcd60001d0ed20a28c495beff140a4a6d8c272a1956b99",
"5e9d9544a1dcd60001d0ed20e7f75f9e03534825b7aef9df749582e5",
"5e9d9544a1dcd60001d0ed2060ff87c0deab4a508dd2ac18ccb8b664"
]
},
"pages": 1
}
Lists keys that grant access to the API with the ID .
curl --request GET \
--url https://{tenant}/admin/org/keys \
--header 'Admin-Auth: <api-key>'
{
"data": {
"keys": [
"5e9d9544a1dcd60001d0ed20a28c495beff140a4a6d8c272a1956b99",
"5e9d9544a1dcd60001d0ed20e7f75f9e03534825b7aef9df749582e5",
"5e9d9544a1dcd60001d0ed2060ff87c0deab4a508dd2ac18ccb8b664"
]
},
"pages": 1
}
Api key
Was this page helpful?