You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_api-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The Intelex API is organized around REST. Our API has predictable, resource-orie
7
7
> API Endpoint - replace **intelex_url** with the full URL path to your Intelex system
8
8
9
9
```
10
-
https://intelex_url/actsapi/v2/
10
+
https://intelex_url/api/v2/
11
11
```
12
12
13
13
To begin using the Intelex API you will need:
@@ -136,7 +136,7 @@ Response Code | Meaning
136
136
137
137
## Versioning
138
138
139
-
When we make backwards-incompatible changes to the API, we release new versions. The current version is **v2** and can be determined with our API base path **/actsapi/v2/**. Read our [Intelex platform release notes](https://community.intelex.com/library/knowledgebase/release-notes) to see our API changelog.
139
+
When we make backwards-incompatible changes to the API, we release new versions. The current version is **v2** and can be determined with our API base path **/api/v2/**. Read our [Intelex platform release notes](https://community.intelex.com/library/knowledgebase/release-notes) to see our API changelog.
140
140
141
141
## API Rate Limiting / Quotas
142
142
To ensure Intelex Platform is reliable and has the expected performance for all users, we limit the number of API calls an API user (or application) can make within a given time period. If the limit is exceeded, the API user may be throttled and subsequent requests within the same period will fail (status code 429).
0 commit comments