Jump to Content
SafeBase
API Reference
Log InSafeBase
API Reference
Log In
API Reference

SafeBase API documentation

  • Accounts
    • Get accountsget
    • Create accountpost
    • Get account by IDget
    • Delete account by IDdel
    • Edit accountpatch
    • Get account page URLget
  • Account Members
    • Search for membersget
    • Add a memberpost
    • Delete a memberdel
    • Notify a memberpost
  • Knowledge Base
    • Search Knowledge Baseget
    • Create Knowledge Base Entrypost
    • Update Knowledge Base Entrypatch
  • Requests
    • Get access requestsget
    • Approve access requestpost
    • Decline access requestpost
  • Organization
    • Get current Organizationget
    • Get Organization NDA settingsget
    • Get Organization settingsget
    • Get current Organization Memberget
  • Portals
    • Get All Productsget
  • Questionnaires
    • Upload Questionnairepost
    • Get completed questionnaireget
  • Trust Center Updates
    • Create topicpost
    • List topicsget
    • Update topicpatch
    • Delete topicdel
    • Get topic by IDget
    • Create updatepost
    • Get update by IDget
    • Edit updatepatch
    • Delete updatedel
  • Products
    • Get productsget
Powered by 

Approve access request

post
https://app.safebase.io/api/ext/v1/rest/requests//approve

Approve access request

Takes as input an object that must have one of two keys (not both):

  1. accountId - The account ID under which to approve the request

  2. account - Account information. The account will be created and the request will be approved under it

Language
Credentials
Header
Log in to use your API keys
Response
Click Try It! to start a request and see the response here!