Access Cards
Create custom Access Cards granting access to selected Systems and assign it to your Team Members.
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
409
Conflict
application/json
post
/api/v1/access-cardAuthorizations
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
404
Not Found
application/json
409
Conflict
application/json
put
/api/v1/access-card/{accessCardId}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accessCardIdstringRequired
ID of access card
Responses
200
OK
application/json
Responseobject
404
Not Found
application/json
delete
/api/v1/access-card/{accessCardId}Last updated
Was this helpful?