Skip to content

Commit cad618e

Browse files
author
markzegarelli
authored
Add note about availability of Public API SDKs (#4641)
1 parent 5c2b605 commit cad618e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/api/public-api/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ All CRUD endpoints in the API follow REST conventions and use standard HTTP meth
1313
description="Research and test the Public API's available endpoints."
1414
%}
1515

16+
> success "Getting started with the Public API"
17+
> If your application is built in Javascript / Typescript, Go, Java, or Swift, check out [Segment's Public API SDKs](https://docs.segmentapis.com/tag/Getting-Started#section/Install-and-use-an-SDK){:target="_blank"}.
18+
1619
## Config API vs Public API
1720
The Public API includes the following benefits over the Config API:
1821

@@ -24,7 +27,7 @@ The Public API includes the following benefits over the Config API:
2427
| Higher rate limits | The Public API can offer higher rate limits when needed or different rate limits per endpoint or token. |
2528
| Improved architecture | The Public API is built with improved security, checks for authentication, authorization, input validation, HTTPS exposed services, auto-scaling, and more in mind. |
2629
| Cleaner mapping | The Public API uses unique IDs for reference, in place of slugs in the Config API. Unique IDs are, by design, unique. |
27-
| Available in Europe | The Public API is accessible to both US and EU-based workspaces. |
30+
| Available in Europe | The Public API is accessible to both US and EU-based workspaces. | |
2831
| Increased reliability | The Public API features more stable endpoints, and a 99.8% success rate |
2932

3033

0 commit comments

Comments
 (0)