Logo
30 Days of Postman API Documentation

Single API

GET https://api.getpostman.com/apis/{{apiId}}

This call fetches a single API having the specified id.

Response contains an api object with all the details related to the queried API, namely, id, name, summary, description etc.

Requires API Key as X-Api-Key request header or apikey URL query parameter.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "api": { "id": "387c2863-6ee3-4a56-8210-225f774edade", "name": "Sync API", "summary": "This is a summary", "description": "This is a description.This is a description.", "createdBy": "5665", "createdAt": "2019-02-12 19:34:49", "updatedAt": "2019-02-12 19:34:49" } }



Curl
curl -X GET 'https://api.getpostman.com/apis/undefined'

ENDPOINTS