cURL
curl --request GET \ --url https://api.example.com/external-api/me
{ "id": 123, "name": "<string>", "username": "<string>" }
Was this page helpful?