Get Authentication

Get the information on the organisations that are authenticated with the Product Name.

Syntax: see Call Structure

Type = 'GET'

'http://localhost:Port Number/api/v1/auth'

Returns:

A list of organisations stored on the host displayed as an array.

Example

curl -X 'GET' \ 'http://localhost:Port Number/api/v1/auth?id=fe783079-434f-412d-b312-d783c76a83e2' \ -H 'accept: application/json'

Returns
{
  "id": "fe783079-434f-412d-b312-d783c76a83e2"
}
Errors

If there is an error in the API method then a JSON-RPC Error Object will be returned