Gets information about an existing M2M Client.
Get M2M Client
GEThttps://test.stytch.com/v1/m2m/clients/{client_id}
Path parameters
client_id* string
Response fields
status_code int
request_id string
m2m_client object
curl --request GET \
--url https://test.stytch.com/v1/m2m/clients/m2m-client-test-d731954d-dab3-4a2b-bdee-07f3ad1be885 \
-u 'PROJECT_ID:SECRET'
RESPONSE
200
{
"status_code": 200,
"request_id": "request-id-test-b05c992f-ebdc-489d-a754-c7e70ba13141",
"m2m_client": {
"client_id":"m2m-client-test-d731954d-dab3-4a2b-bdee-07f3ad1be885",
"client_name":"Example client name",
"client_description":"Example client description.",
"client_secret_last_four":"DzJj",
"next_client_secret_last_four":null,
"status":"active",
"scopes":["read:users","write:users"],
"trusted_metadata":{}
}
}