Access Cards

Create custom Access Cards granting access to selected Systems and assign it to your Team Members.

Fetch All access cards

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
Responseobject
get
/api/v1/access-cards
200

OK

Fetch Access Card by its ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accessCardIdstringRequired

ID of access card

Responses
200

OK

application/json
Responseobject
get
/api/v1/access-card/{accessCardId}

Create Access Card

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"name":"Example GoodAccess Access Card","description":"Description"}
Responses
200

OK

application/json
Responseobject
post
/api/v1/access-card

Update Access Card by its ID

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accessCardIdstringRequired

ID of access card

Body
objectOptionalExample: {"name":"GoodAccess Access Card","description":"Description"}
Responses
200

OK

application/json
Responseobject
put
/api/v1/access-card/{accessCardId}

Remove Access Card by its ID

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accessCardIdstringRequired

ID of access card

Responses
200

OK

application/json
Responseobject
delete
/api/v1/access-card/{accessCardId}

Last updated

Was this helpful?