githubEdit

Add Requested Access Methods to Access Grant

circle-info

Early Access Preview. The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [email protected]envelope. Expect breaking changes as we refine the design.

Adds additional requested access methods to an existing Access Grant.

chevron-rightAuthentication Methodshashtag
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

access_grant_id String (Required)

ID of the Access Grant to add access methods to.


requested_access_methods Array of Objects (Required)

Array of requested access methods to add to the access grant.

chevron-rightcode Stringhashtag

Specific PIN code to use for this access method. Only applicable when mode is 'code'.


chevron-rightmode Enumhashtag

Access method mode. Supported values: code, card, mobile_key.

Enum values:

  • code

  • card

  • mobile_key


Response

circle-check

Last updated

Was this helpful?