Collected from data analysis of internet traffic.
This commit is contained in:
parent
22f466b76f
commit
05f8baedb8
|
|
@ -9,6 +9,7 @@ displayPage
|
||||||
do-search
|
do-search
|
||||||
events
|
events
|
||||||
incoming
|
incoming
|
||||||
|
item_list
|
||||||
lookup
|
lookup
|
||||||
new
|
new
|
||||||
password-change
|
password-change
|
||||||
|
|
|
||||||
8
http.txt
8
http.txt
|
|
@ -15,20 +15,27 @@ android_manifest.json
|
||||||
api
|
api
|
||||||
API
|
API
|
||||||
api/1
|
api/1
|
||||||
|
api/1_0
|
||||||
api/18
|
api/18
|
||||||
api/2.0
|
api/2.0
|
||||||
/api/auth-ui/v2/
|
/api/auth-ui/v2/
|
||||||
|
api/campaigns
|
||||||
api-docs
|
api-docs
|
||||||
|
api/emails
|
||||||
api/jwt
|
api/jwt
|
||||||
api/jwt/refresh
|
api/jwt/refresh
|
||||||
|
api/mailings
|
||||||
api/me
|
api/me
|
||||||
api/me/verify
|
api/me/verify
|
||||||
api/mobile
|
api/mobile
|
||||||
|
api/now
|
||||||
api/profile
|
api/profile
|
||||||
api/public
|
api/public
|
||||||
api/public/v2
|
api/public/v2
|
||||||
api/rest
|
api/rest
|
||||||
api/rest/v1
|
api/rest/v1
|
||||||
|
api/restv1
|
||||||
|
api/track
|
||||||
api/v1
|
api/v1
|
||||||
/api/v1/config
|
/api/v1/config
|
||||||
api/v1/namespaces
|
api/v1/namespaces
|
||||||
|
|
@ -149,6 +156,7 @@ prometheus.yml
|
||||||
public
|
public
|
||||||
registration
|
registration
|
||||||
rest
|
rest
|
||||||
|
rest/api
|
||||||
rest/api/2
|
rest/api/2
|
||||||
rest/api/2/
|
rest/api/2/
|
||||||
risk
|
risk
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ configuration
|
||||||
coupons
|
coupons
|
||||||
credit_report
|
credit_report
|
||||||
customers
|
customers
|
||||||
|
detail
|
||||||
direct_v2
|
direct_v2
|
||||||
documentation
|
documentation
|
||||||
documents
|
documents
|
||||||
|
|
@ -77,6 +78,8 @@ page-templates
|
||||||
payment
|
payment
|
||||||
payment_methods
|
payment_methods
|
||||||
payments
|
payments
|
||||||
|
policy
|
||||||
|
post
|
||||||
preferences
|
preferences
|
||||||
profile
|
profile
|
||||||
projects
|
projects
|
||||||
|
|
@ -86,6 +89,7 @@ public
|
||||||
quotes
|
quotes
|
||||||
realms
|
realms
|
||||||
realtime
|
realtime
|
||||||
|
recommend
|
||||||
refresh
|
refresh
|
||||||
refresh_access_token
|
refresh_access_token
|
||||||
relationships
|
relationships
|
||||||
|
|
@ -98,6 +102,7 @@ search
|
||||||
seo
|
seo
|
||||||
session
|
session
|
||||||
settings
|
settings
|
||||||
|
share
|
||||||
shopping
|
shopping
|
||||||
shows
|
shows
|
||||||
snapshots
|
snapshots
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue