0% found this document useful (0 votes)
9 views9 pages

HTTP Status Codes - API

Uploaded by

Jawahar S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views9 pages

HTTP Status Codes - API

Uploaded by

Jawahar S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

#JasBagga

HTTP Status

C des - API

Swipe

Abusinesstech.com

#JasBagga

HTTP Status Code


HTTP code help the client understand what
happened to the API request.

They are numbers between 100 to 500.

It is sent to the client by the server, such as a Node


Server.

Depending on the received status code, the client


takes a specific action.
Swipe
Abusinesstech.com

#JasBagga

200 OK
The 200 OK status code let you know that API
request was successful.

Swipe
Abusinesstech.com

#JasBagga

201 Created
The HTTP 201 Created success status response code
denotes that the request was successful and
resulted in the creation of a resource.

Swipe
Abusinesstech.com

#JasBagga

400 Bad Request


The 400 Bad Request status code indicates that the
request could not be processed by the server
because the client provided inaccurate information.

Swipe
Abusinesstech.com

#JasBagga

401 Unauthorized
401 Unauthorized Status code indicates that the
server did not receive a validated request because it
lacked acceptable authentication credentials.

Swipe
Abusinesstech.com

#JasBagga

404 Not Found


You will get this 404 Not found status code when
the API endpoint is incorrect.

Swipe
Abusinesstech.com

#JasBagga

500 Internal Server Error


An HTTP status code of 500 Internal Server Error
denotes that the server had an unexpected error
while handling the request.

Swipe
Abusinesstech.com

#JasBagga

Follow #JasBagga

for integration related information

If you like the Post share it with your Network

Like Comment Repost Send

Abusinesstech.com

You might also like