Skip to content

API Key

Overview

An API Key allows programmatic access to Datascaphe Uplink without going through the standard user authentication flow. API Keys are scoped to a role, which defines the set of operations they are permitted to perform.

API Keys are typically used for server-to-server integrations, automated workflows, or external tools that need to interact with the Uplink API.

API Key fields

FieldCriticalityDescription
DescriptionOptionalA descriptive label to identify the purpose or owner of this API key.
KeyAuto-generatedThe API key string (up to 64 characters). Generated automatically on creation. Used as the bearer credential in API requests.
RoleRequiredThe role assigned to this API key. Determines which API endpoints and operations are accessible.
StatusRequiredDefault: active. Whether the key is currently usable. Set to inactive to revoke access without deleting the key.