{% extends "person/read.html"%} {% block content %}

{{ person.getFirstName }}’s API key

Requests to the API can be authenticated with the following HTTP header.

 {{ apiKeyHeader }}: {{ apiKeyString }}
{% endblock %}