Back to catalog
πŸ’»

Insomnia

OAuth

A free API client that allows you to design, debug, test, and mock APIs locally, on Git, or cloud.

πŸ’»DevelopmentHTTPS

GET /users/me

API request result from Insomnia

Status200
Response Time142ms
Size1.2 KB
Content TypeApplication/json
Timestamp2024-03-15T10:45:22Z

Sample Response

response.json
1{
2 "requestName": "GET /users/me",
3 "status": 200,
4 "statusText": "OK",
5 "responseTime": "142ms",
6 "size": "1.2 KB",
7 "contentType": "application/json",
8 "timestamp": "2024-03-15T10: 45: 22Z"
9}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://insomnia.rest/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs