Add Requested Access Methods to Access Grant

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-rightinstant_key_max_use_count Numberhashtag

Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified.


chevron-rightmode Enumhashtag

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

Enum values:

  • code

  • card

  • mobile_key

  • cloud_key


Response

circle-check

Last updated

Was this helpful?