Logo
Acronis Cyber Platform's Public API Documentation

Get API Client Info (including tenant_id) using an issues token

GET {{base_url}}/api/2/clients/{{client_id}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "tenant_id": "80ab3c1f-8af0-40d3-9848-8eb5b439d88c", "client_secret_expires_at": 0, "created_by": "6eca7db5-d544-4528-44bb-120d43673d50", "client_id": "375cccc4-74e1-41db-c82f-b20fe38476da", "created_at": "2020-04-13T07:33:31+00:00", "data": { "client_name": "MC Beta API Client" }, "redirect_uris": [], "last_access_at": "2020-04-13T07:35:09+00:00", "last_access_from_ip": "10.0.0.1", "type": "api_client", "status": "enabled", "token_endpoint_auth_method": "client_secret_basic" }



Curl
curl -X GET 'base_url/api/2/clients/client_id' -H 'Accept: application/json'

ENDPOINTS