POST request

Report a typo

Try to make a POST request to the endpoint https://reqres.in/api/login with data:

{
    "email": "[email protected]",
    "password": "N0_0N3_KN0W5"
}

In order to send this POST request, you first need to create a free account. ReqRes will provide you with a personal API key which is needed to send the request. Make sure to include the API key in your request by including a header with x-api-key as the Key and the provided API key as its respective Value.

What token did you get?

Enter a short text

Create a free account to access the full topic