gateway.smallstep.com Open in urlscan Pro
35.224.92.244  Public Scan

URL: https://gateway.smallstep.com/
Submission: On August 15 via automatic, source certstream-suspicious — Scanned from IT

Form analysis 0 forms found in the DOM

Text Content

SMALLSTEP API

Overview

Endpoints
Authorities

SSH

Collections

Provisioners

Managed Workloads

Attestation

Certificates

Schemas
account

ACME Device Attestation Provisioner

ACME Provisioner

Attestation Authority

Authority

Authority CSR

Authority Type

AWS Accounts

AWS Disable Custom SANs

Amazon Web Services

AWS Provisioner

AWS VM Device Type

Azure Audience

Azure Disable Custom SANs

Microsoft Azure Platform

Azure Provisioner

Azure Resource Groups

Azure Tenant ID

Azure VM Device Type

Basic Auth

basicConstraints

Browser

Certificate Field

certificateFieldDeviceMetadata

Certificate Field List

certificateFieldStatic

Collection

Collection Instance

Device Collection

Device Collection Account

Distinguished Name

Email

Managed Endpoint Certificate Info

Managed Endpoint Hook

Managed Endpoint Hooks

Managed Endpoint Key Info

Managed Endpoint Reload Info

Device Enrollment Token

Error

Ethernet

extraName

GCP Disable Custom SANs

Google Cloud Platform

GCP Project IDs

GCP Provisioner

GCP Service Accounts

GCP VM Device Type

SSH Host Grant

SSH Group

SSH Host

ikeV2Config

Instance Age Cloud Provisioner

JWK Provisioner

Name Constraints

New Hosted Authority

New Authority CSR

New Collection

New Device Enrollment Token

New SSH Grant

New Platform

New SSH Host Tag

OIDC Provisioner

Platform

POSIX Group

POSIX User

Provisioner

Provisioner Claims

Provisioner Options

Provisioner Webhook

SCEP Provisioner

Provisioner SSH Options

Subject

SSH Host Tag

TPM Device Type

SSH User

VPN

WiFi

Workload

x509Certificate

x509Fields

X509 Issuer

Provisioner X509 Options

X5C Provisioner

powered by Stoplight



SMALLSTEP API

Export

v2023-11-01
API Base URL
Live Server:https://gateway.smallstep.com/api

Security
Bearer Auth

Provide your bearer token in the Authorization header when making requests to
protected resources.

Example: Authorization: Bearer 123

Additional Information

Contact Smallstep Support

Apache 2.0 License


GETTING STARTED

First you'll need to get an API token from the Team Settings page of your
Smallstep dashboard.

Then you can try listing users for your first API call:

set +o history
echo "Authorization: Bearer [your API token]" > api_headers
set -o history
curl -H @api_headers https://gateway.smallstep.com/api/users


More resources:

 * Terraform Provider
 * Python Client