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

DT-6269 Remove instructions for dev api portal #262

Merged
merged 1 commit into from
Apr 11, 2024
Merged
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 src/pages/en/developers/api-registration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ order: -12
The use of the Digitransit production APIs ([api.digitransit.fi](https://api.digitransit.fi), [cdn.digitransit.fi](https://cdn.digitransit.fi) and [digitransit-prod-cdn-origin.azureedge.net](https://digitransit-prod-cdn-origin.azureedge.net)) requires registration and use of API keys. Registration can be done at the [Digitransit API portal](https://portal-api.digitransit.fi/). After the registration, it is possible to create subscriptions to a product. API keys related to the subscriptions will be available at the API portal.

## Acquiring API keys
API keys are acquired from [the API portal](https://portal-api.digitransit.fi) or [the development API portal](https://portal-dev-api.digitransit.fi), depending on whether you want to use production APIs or development APIs. You need to be logged in to manage your API keys, so either sign in or sign up from the top right corner. **NOTE**: If you're signing up, the email that you enter will be used in initial authentication, so make sure to select an email that you have access to. After this you will be prompted to select a two-factor authentication method, which will either be a code sent to your email or using a verification app. Two-factor authentication will be used on future logins, so make sure you follow the instructions given when selecting your preferred authentication method.
API keys are acquired from [the API portal](https://portal-api.digitransit.fi). You need to be logged in to manage your API keys, so either sign in or sign up from the top right corner. **NOTE**: If you're signing up, the email that you enter will be used in initial authentication, so make sure to select an email that you have access to. After this you will be prompted to select a two-factor authentication method, which will either be a code sent to your email or using a verification app. Two-factor authentication will be used on future logins, so make sure you follow the instructions given when selecting your preferred authentication method.

After logging in, APIs that are available for you to subscribe to are visible under the "Products" tab.

Expand Down