GET /api/stories/:id where :id is the id of the single story to get

An example of making an HTTP GET request to the https://usmanlive.com/wp-json/api/stories/:id API endpoint. replace :id with the actual id of the record to fetch

Query Params

The authorization header will be automatically generated when you send the request. Read more about HTTP Authentication.

Headers

HTTP Message

Generate Code Snippets for GET /api/stories/:id Where :id Is The Id Of The Single Story GET Example

Convert your GET /api/stories/:id Where :id Is The Id Of The Single Story GET request to the PHP, JavaScript/AJAX, Node.js, Curl/Bash, Python, Java, C#/.NET code snippets using the ReqBin code generator.