Get all APIs
GET https://api.getpostman.com/apis?workspace={{workspaceId}}
This call fetches all the APIs present in the specified workspace
Response contains an array named apis
which would contain all the details of APIs present in the workspace.
Requires API Key as
X-Api-Key
request header orapikey
URL query parameter.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
workspace | string |
RESPONSES
status: OK
{"apis":[{"id":"387c2863-6ee3-4a56-8210-225f774edade","name":"Sync API","summary":"This is a summary","description":"This is a description.","createdBy":"5665","createdAt":"2019-02-12 19:34:49","updatedAt":"2019-02-12 19:34:49"},{"id":"387c2863-6ee3-4a56-8210-225f774edade","name":"Sync API","summary":"This is a summary","description":"This is a description.","createdBy":"5665","createdAt":"2019-02-12 19:34:49","updatedAt":"2019-02-12 19:34:49"},{"id":"387c2863-6ee3-4a56-8210-225f774edhdh","name":"Sync API 2","summary":"This is a summary","description":"This is a description.","createdBy":"5665","createdAt":"2019-02-12 19:34:49","updatedAt":"2019-02-12 19:34:49"}]}