Skip to content

Commit f77f464

Browse files
Merge pull request #5824 from segmentio/ashton-huxtable-patch-3
Add note that new config api tokens cannot be created
2 parents 75879ba + bd8c112 commit f77f464

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/api/config-api/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ When you create an access token, you'll give it a description, a workspace, and
6868
> warning "Secret Token"
6969
> You can not retrieve the plain-text `token` later, so you should save it in a secret manager. If you lose the `token` you can generate a new one.
7070
71+
> info
72+
> As of February 1, 2024, new Config API tokens cannot be created in the app as Segment moves toward exclusive support for the [Public API](/docs/api/public-api/). [Migrate your implementation to the Public API](https://docs.segmentapis.com/tag/Migration){:target="_blank”} to access the latest features and available endpoints. To create a new Config API token, reach out to [email protected] for support.
73+
7174
### API Requests
7275

7376
Now that you have an access token, you can use this token to access the rest of the Config API by setting it in the `Authorization` header of your requests, for example:

0 commit comments

Comments
 (0)