GET
/
organisations
/
{organisationId}
/
signed-url
curl --request GET \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/signed-url \
  --header 'Authorization: <api-key>'
{
  "uploadURL": "<string>",
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required

Response

200
application/json

SignedURLResponse contains a URL which can be used to upload a file to object storage.

SignedURLResponseBody is the response to allow user-agents to upload assets to our internal storage.