Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
access_method_id
string<uuid>
required

ID of the access_method to encode onto a card.

acs_encoder_id
string<uuid>
required

ID of the acs_encoder to use to encode the access_method.

Response

OK

action_attempt
object
required

Tracks the progress of this operation. Poll using the action_attempt_id. See the action_attempt object.