Skip to main content
GET
/
access
/
{access_id}
Get access document by access ID
curl --request GET \
  --url {schemes}://api.upsun.com/access/{access_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

access_id
string
required

Access document identifier.

Response

OK

Full access document.

Last modified on April 29, 2026