Skip to content

Commit

Permalink
Update Docs with the new Logged In Prefix (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jer1605 authored Feb 4, 2025
1 parent 270a0e1 commit f55c21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit f55c21d

Please sign in to comment.