{{ define "requestKey" }} {{ template "header" .}} {{ template "navigation" . }}

Request a Key

{{ if .Error }}
{{.Error}}
{{ end }} {{ if not .DenyRequest }}
{{ range $fieldname := .PortalConfig.KeyRequestFields }}
{{ end }} {{ if eq .AuthType "jwt"}}

This API is configured to validate against JSON Web Tokens, in order for this to work, we will need to know your HMAC Secret OR a valid RSA public key, please enter this below as part of your key request.

{{ else if and .UseCertificate (eq .AuthType "authToken") }}
{{ end }}
{{ else if not .Error }}

It appears there is already an API key associated with this account or it is waiting for approval. To reset your key, or to change your key details, please contact your site administrator.

{{ end }}
{{ template "portalMemberNavigation" . }}
{{ template "footer" .}} {{ template "scripts" .}} {{ end }}