GET https://api.getpostman.com/apis
Gets information about all APIs.
Body
PARAM
Key | Datatype | Required | Description |
workspace
|
string | Optional. Return only APIs that are inside the given workspace. | |
since
|
string | Optional. Return only APIs updated at and after this time, in ISO 8601 UTC format. | |
until
|
string | Optional. Return only APIs updated at and before this time, in ISO 8601 UTC format. | |
createdBy
|
string | Optional. Return only APIs created by the given user ID. | |
updatedBy
|
string | Optional. Return only APIs updated by the given user ID. | |
isPublic
|
string | Optional. If true, return only public APIs; if false, return only private APIs. | |
name
|
string | Optional. Return only APIs whose name includes the given value. Matching is not case-sensitive. | |
summary
|
string | Optional. Return only APIs whose summary i Curl curl -X GET 'https://api.getpostman.com/apis?workspace=workspaceId&since=since&until=until&createdBy=createdBy&updatedBy=updatedBy&isPublic=isPublic&name=name&summary=summary&description=description&sort=sort&direction=direction' ENDPOINTS |