Login To Vestorly Platform
643 matches
51 actions
Vestorly
51 actions
- createCustomFeedPOSTv1.0.0
- createCustomFeedFilterPOSTv1.0.0
- createEventPOSTv1.0.0
- createGroupPOSTv1.0.0
- createMemberPOSTv1.0.0
- createPostPOSTv1.0.0
- createSeedCustomFeedPOSTv1.0.0
- createSourcePOSTv1.0.0
- deleteCustomFeedDELETEv1.0.0
- deleteCustomFeedFilterDELETEv1.0.0
- deleteGroupDELETEv1.0.0
- deleteSeedCustomFeedDELETEv1.0.0
- duplicateCustomFeedPOSTv1.0.0
- findAdvisorByIDGETv1.0.0
- findArticleByIDGETv1.0.0
- findArticlePhrasesGETv1.0.0
- findArticlesGETv1.0.0
- findCustomFeedArticlesGETv1.0.0
- findCustomFeedByIDGETv1.0.0
- findCustomFeedFilterByIDGETv1.0.0
- findCustomFeedFiltersGETv1.0.0
- findCustomFeedsGETv1.0.0
- findEventByIDGETv1.0.0
- findEventsGETv1.0.0
- findGroupByIDGETv1.0.0
- findGroupsGETv1.0.0
- findMemberByIDGETv1.0.0
- findMemberEventsGETv1.0.0
- findMemberReportsGETv1.0.0
- findMembersGETv1.0.0
- findNewslettersGETv1.0.0
- findNewsletterSettingsGETv1.0.0
- findNewsletterSettingsByIDGETv1.0.0
- findPostsGETv1.0.0
- findSeedCustomFeedByIDGETv1.0.0
- findSeedCustomFeedsGETv1.0.0
- findSourcesGETv1.0.0
- getNewsletterByIDGETv1.0.0
- getPostByIDGETv1.0.0
- getSourceByIDGETv1.0.0
- loginPOSTv1.0.0
- logoutDELETEv1.0.0
- updateCategoryByIdPUTv1.0.0
- updateCustomFeedFilterByIdPUTv1.0.0
- updateGroupByIdPUTv1.0.0
- updateMemberByIDPUTv1.0.0
- updateNewsletterByIDPUTv1.0.0
- updateNewsletterSettingsByIDPUTv1.0.0
- updatePostByIDPUTv1.0.0
- updateSeedCustomFeedByIdPUTv1.0.0
- updateSourceByIDPUTv1.0.0
Marketing/Vestorly
login
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
{
"type": "object",
"properties": {
"password": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"password",
"username"
],
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}