APIs REST Endpoints

APIs
Use this API to retrieve information about APIs, and to create, retrieve, and modify custom APIs.
Add API
Method: post
Path: /mobile/tools/1.0/apis
Associate Backend with API
Method: put
Path: /mobile/tools/1.0/mobilebackends/{id}/apis/{apiId}
Delete Backend API Association
Method: delete
Path: /mobile/tools/1.0/mobilebackends/{id}/apis/{apiId}
Download Implementation Scaffold
Method: get
Path: /mobile/tools/1.0/apis/{id}/scaffold
Retrieve API
Method: get
Path: /mobile/tools/1.0/apis/{id}
Retrieve API Dependencies
Method: get
Path: /mobile/tools/1.0/apis/{id}/dependencies
Retrieve APIs
Method: get
Path: /mobile/tools/1.0/apis
Retrieve Backend APIs
Method: get
Path: /mobile/tools/1.0/mobilebackends/{id}/apis
Retrieve Implementations
Method: get
Path: /mobile/tools/1.0/apis/{id}/implementations
Set Default Implementation
Method: put
Path: /mobile/tools/1.0/apis/{id}/implementations/default/{implId}
Update API
Method: put
Path: /mobile/tools/1.0/apis/{id}
Upload Implementation Archive
Method: post
Path: /mobile/tools/1.0/apis/{id}/implementations
Validate RAML and Prepare Payload
Method: post
Path: /mobile/tools/1.0/apis/raml