/invitations

Use this endpoint to invite an organization to connect to, and exchange releases with.

You can find the procedure here.

post
Authorizations
Body
referencestringOptional
namestringOptional
vatstringOptional
contactEmailstringOptional
Responses
204

Invitation sent successfully

No content

post
POST /tmining/api/v1/invitations HTTP/1.1
Host: url:port
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 69

{
  "reference": "text",
  "name": "text",
  "vat": "text",
  "contactEmail": "text"
}

No content

Last updated