Resources

AusDigital TAP-GW specification is under development at GitHub. This describes how business messages are securely delivered to a participant endpoints in a peer-to-peer way.

With tap-gw.testpoint.io you can:

This service is shared between the developers, so access control works this way:

tap-gw.testpoint.io uses nry.testpoint.io installation, so sent messages may be downloaded directly from it with JWT belonging to:

This service requires valid JWT token from idp.testpoint.io, which is trivial to get.

API documentation and clients

API documentation in Swagger format

Request quick example:

export AUTH_JWT="{YOUR-TOKEN-HERE}"
curl -H "Accept: application/json; indent=4"
     -H "Authorization: JWT ${AUTH_JWT}" \
    https://tap-gw.testpoint.io/api/endpoints/

More detailed bash examples (check out readme in this repo about usage)

Use cases for message creation

Test TAP message creation script

Help and support

The service is currently in BETA, so some problems are expected. Don’t hesitate to contact us by Slack channel of you have any problems or questions.