We recommend using the client libraries rather than integrating directly with the API.
There’s no documentation for using the API in this way. You’ll still need to read the client documentation to understand:
what the API client does
what development work you’ll need to do
To send a message you’ll need to create an HTTPS request and add an authorisation header with your API key. The API key is encoded with JSON Web Tokens (JWT).
It seems unnecessary to repeat the recommendation in each of the client docs.
What problem does the pull request solve?
We're adding the following content to https://www.notifications.service.gov.uk/documentation:
It seems unnecessary to repeat the recommendation in each of the client docs.