{% extends "withnav_template.html" %} {% from "components/page-footer.html" import page_footer %} {% from "components/api-key.html" import api_key %} {% block page_title %} GOV.UK Notify | API keys and documentation {% endblock %} {% block maincolumn_content %}

API documentation and key

How to integrate GOV.UK Notify into your service

blah blah blah this is where we tell you how the API works

Repositories

https://github.com/alphagov/notifications-api
GOV.UK Notify API

A python api client for GOV.UK Notify

Python client

blah blah blah this is what to do for Python

here is; some() { code.stuff(); }

API key for [service name]

API endpoint: https://www.notify.works/api/endpoint

{{ api_key('d30512af92e1386d63b90e5973b49a10') }} {{ page_footer( back_link=url_for('.dashboard', service_id=service_id), back_link_text='Back to dashboard' ) }} {% endblock %}