/connections
You can get an overview of all the connected organizations byt simply sending a GET call. This list contains the name and VAT-number of the connected organizations such that you can match these with your internal database.
The reference you used when you invited the organization is also included (if you did this with the API). So this field can also be used for matching with your internal database, for instance by including your internal supplier reference.
Use this endpoint to get an overview of all connections for your organization.
Authorizations
Responses
200
Successful response
application/json
401
Invalid Authorization bearer token
403
Access forbidden
500
Internal server error
get
GET /tmining/api/v1/connections HTTP/1.1
Host: url:port
Authorization: Bearer JWT
Accept: */*
[
{
"reference": "text",
"name": "text",
"vat": "text",
"address": "text",
"publicKey": "text"
}
]
EXAMPLE

Last updated