cURL
curl --request GET \ --url https://management.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/metrics \ --header 'Authorization: Basic <encoded-value>'
{ "request_id": "<string>", "metrics": { "user_count": 1, "organization_count": 1, "member_count": 1, "m2m_client_count": 1 }, "status_code": 123 }
Retrieves metrics for an environment.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successful response
Response type
Show child attributes