Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs with the new Logged In Prefix #37

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-reference/api-tokens/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import EdgeeSdk from '/snippets/edgee-sdk.mdx';
<EdgeeSdk />

As explained in the [authentication documentation](/api-reference/authentication), Edgee API uses API tokens to
authenticate requests. You can view and manage your API tokens in the [Console](https://www.edgee.cloud/me/settings/tokens),
authenticate requests. You can view and manage your API tokens in the [Console](https://www.edgee.cloud/~/me/settings/tokens),
but you can also create and manage API tokens using the API itself.

A token is a string that you can use to authenticate requests to the Edgee API. Tokens are similar to passwords.
Expand Down
2 changes: 1 addition & 1 deletion api-reference/data-collection/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The data collection API is special because it is project-specific:
https://{PROJECT_ID}.edgee.app
```

You can find your project's ID on the [Edgee dashboard](https://www.edgee.cloud/me) under each project.
You can find your project's ID on the [Edgee dashboard](https://www.edgee.cloud/~/me) under each project.
The API domain corresponds to your Edgee SDK domain:

```html
Expand Down
Loading