Applications REST Endpoints

Applications
Use these resources to retrieve valid application types, details about specific applications, and all your applications in the Developer Portal.
Create an application
Method: post
Path: /developers/services/v1/applications
Delete an application
Method: delete
Path: /developers/services/v1/applications/{id}
Get application types
Method: get
Path: /developers/services/v1/applications/types
Get applications
Method: get
Path: /developers/services/v1/applications
Get details for an application
Method: get
Path: /developers/services/v1/applications/{id}
Update an application
Method: put
Path: /developers/services/v1/applications/{id}