Skip to main content
POST
/
o
/
{organisation_id}
/
systems
/
{system_id}
/
oauth1
/
initialise
Initialise OAuth 1.0 Connection
curl --request POST \
  --url https://platform.versori.com/api/v2/o/{organisation_id}/systems/{system_id}/oauth1/initialise \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "credential": {
    "id": "<string>",
    "organisationId": "<string>"
  }
}
'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.versori.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.

Path Parameters

organisation_id
string<ulid>
required
system_id
string<ulid>
required

Body

application/json

InitialiseOAuth1ConnectionRequest is the payload to initialise an OAuth 1.0 connection.

credential
object
required

Response

OK

url
string
required

The URL to redirect the user to.