Add Authentication
Add an organisation for authentication with the Product Name
Syntax: see Call Structure
Type = 'POST'
'http://localhost:Port Number/api/v1/auth?id=GUID' |
Parameter | Description |
---|---|
GUID |
The organisations id which is a guid. This can be found in Cambrionix connect by navigating to the organisations page and selecting the organisation you wish to find the id for. Please see https://connect.cambrionix.com for more information. |
Returns
true
Example
curl -X 'POST' \ 'http://localhost:Port Number/api/v1/auth?id=00000000-0000-0000-0000-000000000000' \ -H 'accept: text/plain' \ -H 'Content-Type: application/json' \ -d '{ "id": "00000000-0000-0000-0000-000000000000", "jwks_uri": "string" |
Returns
true
Errors
If there is an error in the API method then a JSON-RPC Error Object will be returned