diff --git a/src/app/request-key/request-key.component.html b/src/app/request-key/request-key.component.html index bb38bd5..c44e2f1 100644 --- a/src/app/request-key/request-key.component.html +++ b/src/app/request-key/request-key.component.html @@ -1,6 +1,8 @@ -

The B.C. Government and the broader public sector provide many RESTful web services (also known as Application Programming Interfaces, or APIs). Some of these APIs are not publically accessible. Those which are not publically accessible require a "key" to be passed with each API request. A key may be granted to a specific application (such as a web app), allowing it to access a specific API.

+

Several application programming interfaces (APIs) are only accessible with an API Key. API Keys are granted to specific applications.

-

This form allows a person representing a specific application to request a key for that application to use a specific BC public sector API.

+

There are two types of API keys: Production Keys and Developer Keys. Production Keys are to be used by applications running in a production environment and Developer Keys are to be used for non-production purposes, including application development. It can take up to a week to process a Production Key request and receive the key, whereas a Developer Key can often be processed and received in a few minutes.

+ +

To request an API Key please complete the following form:

@@ -9,13 +11,10 @@
-
API key type
+
What type of API key are you requesting?
-

There are two kinds of API keys: production keys and developer keys. Production keys are to be used by applications that are running in a production environment, whereas developer keys are to be used for all other purposes. Production keys typically allow higher throughput access to an API than developer keys do. The process to obtain a production key is more involved. It may take approximately a week for a production key request to be approved and the key to be granted, whereas developer keys can be obtained in a self-serve fashion within a few minutes.

-
-