| 1 |
get-user-profile |
|
wp-json/app/v1/get-user-profile/ |
POST |
0 |
auth.js |
0914.19.56.08 |
edit
del
|
| 2 |
get-event-categories |
|
wp-json/app/v1/get-event-categories |
GET |
0 |
garage.js |
0914.20.00.25 |
edit
del
|
| 3 |
get-user-garage |
{"user_id":67018} |
wp-json/app/v1/get-user-garage |
POST |
0 |
garage.js |
0914.19.57.30 |
edit
del
|
| 4 |
get-user-posts |
{"user_id":67018,"page":1,"limit":10,"tagged":false} |
wp-json/app/v1/get-user-posts |
POST |
0 |
post.js |
0914.19.56.48 |
edit
del
|
| 5 |
get-posts |
page=1&limit=10 |
wp-json/app/v1/get-posts |
POST |
0 |
post.js |
0914.19.58.55 |
edit
del
|
| 6 |
get-new-notifications-count |
{"user_id":67018} |
wp-json/app/v1/get-new-notifications-count |
POST |
0 |
auth.js |
0914.19.59.39 |
edit
del
|
| 7 |
get-notifications |
{"user_id":67018} |
wp-json/app/v1/get-notifications |
POST |
0 |
auth.js |
0914.19.59.17 |
edit
del
|
| 8 |
get-events-trending |
{"user_id":67018,"page":1,"per_page":10,"paginate":false,"filters":null} |
wp-json/app/v1/get-events-trending |
POST |
0 |
discover.js |
0914.20.00.01 |
edit
del
|
| 9 |
get-venues-trending |
{"user_id":67018,"page":1,"per_page":10,"paginate":false,"filters":"{}"} |
wp-json/app/v1/get-venues-trending |
POST |
0 |
discover.js |
0914.19.55.29 |
edit
del
|
| 10 |
add-profile-links |
user_id: user.id, link, type |
wp-json/app/v1/add-profile-links |
POST |
0 |
profile.js |
0914.18.52.52 |
edit
del
|
| 11 |
update-social-links |
user_id: user.id, links |
wp-json/app/v1/update-social-links |
POST |
0 |
profile.js |
0914.16.05.02 |
edit
del
|
| 12 |
verify-qr-code |
user_id: user?.id, qr_code: decodedText |
wp-json/app/v1/verify-qr-code |
POST |
0 |
scanner.js |
0914.18.53.38 |
edit
del
|
| 13 |
link-qr-code-entity |
entity_id: user?.id, qr_code: decodedText, entity_type: |
wp-json/app/v1/link-qr-code-entity |
POST |
0 |
scanner.js |
0914.18.53.18 |
edit
del
|
| 14 |
unlink-qr-code-entity |
qr_code: decodedText, entity_id: user?.id, entity_type: "profile" |
wp-json/app/v1/unlink-qr-code-entity |
POST |
0 |
scanner.js |
0914.16.22.01 |
edit
del
|
| 15 |
get-linked-entity |
qr_code: decodedText |
wp-json/app/v1/get-linked-entity |
POST |
0 |
scanner.js |
0914.16.22.54 |
edit
del
|
| 16 |
remove-profile-link |
user_id: user.id, link_id: linkId |
wp-json/app/v1/remove-profile-link |
POST |
0 |
profile.js |
0914.18.53.25 |
edit
del
|
| 17 |
update-user-details |
user_id: user.id, ...details, email_changed |
wp-json/app/v1/update-user-details |
POST |
0 |
profile.js,auth.js |
0914.18.33.58 |
edit
del
|
| 18 |
update-profile-image |
user_id: user.id, image |
wp-json/app/v1/update-profile-image |
POST |
0 |
profile.js |
0914.16.54.04 |
edit
del
|
| 19 |
update-cover-image |
user_id: user.id, image |
wp-json/app/v1/update-cover-image |
POST |
0 |
profile.js |
0914.16.54.47 |
edit
del
|
| 20 |
follow-user |
following_id: profileId, follower_id: user.id |
wp-json/app/v1/follow-user |
POST |
0 |
profile.js |
0914.16.55.21 |
edit
del
|
| 22 |
get-post-comments |
user_id: user.id, post_id: postId |
wp-json/app/v1/get-post-comments |
POST |
0 |
post.js |
0914.16.57.36 |
edit
del
|
| 23 |
toggle-like-post |
user_id: user.id, post_id: postId |
wp-json/app/v1/toggle-like-post |
POST |
0 |
post.js |
0914.16.58.13 |
edit
del
|
| 24 |
add-post-comment |
user_id: user.id, post_id: postId, comment, parent_id: comment_id |
wp-json/app/v1/add-post-comment |
POST |
0 |
post.js |
0914.19.02.33 |
edit
del
|
| 25 |
delete-post-comment |
user_id: user.id, comment_id: commentId |
wp-json/app/v1/delete-post-comment |
POST |
0 |
post.js |
0914.19.02.40 |
edit
del
|
| 26 |
toggle-like-comment |
user_id: user.id, comment_id: commentId, owner_id: ownerId |
wp-json/app/v1/toggle-like-comment |
POST |
0 |
post.js |
0914.17.00.10 |
edit
del
|
| 27 |
get-post |
user_id: user.id, post_id |
wp-json/app/v1/get-post |
POST |
0 |
post.js |
0914.17.02.42 |
edit
del
|
| 28 |
delete-post |
user_id: user.id, post_id |
wp-json/app/v1/delete-post |
POST |
0 |
post.js |
0914.17.03.15 |
edit
del
|
| 29 |
edit-post |
user_id: user.id, ...data |
wp-json/app/v1/edit-post |
POST |
0 |
post.js |
0914.17.03.53 |
edit
del
|
| 30 |
popular-users-cars |
{"user_id":67018,"page":1,"per_page":10} |
wp-json/app/v1/popular-users-cars |
POST |
0 |
discover.js |
0914.19.53.04 |
edit
del
|
| 31 |
register-user |
{"full_name":"dhani dhuna","email":"afzamuna22@gmail.com","password":"Dhani403"} |
wp-json/app/v1/register-user |
POST |
0 |
register_user.js |
0914.19.05.44 |
edit
del
|
| 32 |
verify_user |
|
wp-json/ticket_scanner/v1/verify_user/ |
GET |
0 |
auth.js |
0914.18.53.49 |
edit
del
|
| 33 |
update-username |
user_id: user_id, username |
wp-json/app/v1/update-username |
POST |
0 |
auth.js |
0914.18.53.31 |
edit
del
|
| 34 |
update-selected-content |
{"user_id":67022,"content_ids":["0"]} |
wp-json/app/v1/update-selected-content |
POST |
0 |
auth.js |
0914.19.08.36 |
edit
del
|
| 35 |
update-about-content |
{"user_id":67022,"content_ids":["0"]} |
wp-json/app/v1/update-about-content |
POST |
0 |
auth.js |
0914.19.09.38 |
edit
del
|
| 36 |
update-password |
user_id: user.id, new_password, old_password |
wp-json/app/v1/update-password |
POST |
0 |
auth.js |
0914.18.32.21 |
edit
del
|
| 37 |
get-user-profile-next |
user_id: id |
wp-json/app/v1/get-user-profile-next |
POST |
0 |
auth.js |
0914.18.44.15 |
edit
del
|
| 38 |
bulk-notifications-read |
user_id: user.id |
wp-json/app/v1/bulk-notifications-read |
POST |
0 |
auth.js |
0914.18.52.59 |
edit
del
|
| 39 |
delete_account |
user_id: user.id, password |
wp-json/app/v1/delete_account |
POST |
0 |
auth.js |
0914.18.37.48 |
edit
del
|
| 40 |
discover-search |
search, user_id: user?.id, page, type, per_page: 10 |
wp-json/app/v1/discover-search |
POST |
0 |
discover.js |
0914.18.38.53 |
edit
del
|
| 41 |
get-event |
event_id: eventId, user_id: user?.id |
wp-json/app/v1/get-event |
POST |
0 |
discover.js |
0914.18.53.11 |
edit
del
|
| 42 |
favourite-event |
event_id: eventId, user_id: user.id |
wp-json/app/v1/favourite-event |
POST |
0 |
discover.js |
0914.18.53.05 |
edit
del
|
| 43 |
follow-venue |
venue_id: venueId, user_id: user.id |
wp-json/app/v1/follow-venue |
POST |
0 |
discover.js |
0914.18.43.01 |
edit
del
|
| 44 |
get-venue |
venue_id: venueId, user_id: user?.id |
wp-json/app/v1/get-venue |
POST |
0 |
discover.js |
0914.18.44.08 |
edit
del
|
| 45 |
get-garage |
garage_id: garageId |
wp-json/app/v1/get-garage |
POST |
0 |
garage.js |
0914.18.47.26 |
edit
del
|
| 46 |
get-garage-posts |
garage_id: garageId, page, limit: 10, tagged |
wp-json/app/v1/get-garage-posts |
POST |
0 |
garage.js |
0914.18.48.01 |
edit
del
|
| 47 |
add-vehicle-to-garage |
...data, user_id: user.id, |
wp-json/app/v1/add-vehicle-to-garage |
POST |
0 |
garage.js |
0914.18.48.36 |
edit
del
|
| 48 |
update-garage |
...data, user_id: user.id, garage_id: garageId, |
wp-json/app/v1/update-garage |
POST |
0 |
garage.js |
0914.18.49.13 |
edit
del
|
| 49 |
delete-garage |
user_id: user.id, garage_id: garageId, |
wp-json/app/v1/delete-garage |
POST |
0 |
garage.js |
0914.19.48.17 |
edit
del
|