Obtaining an API Authentication Token
Issue an authentication token and try calling the API.
Last updated
Was this helpful?
Issue an authentication token and try calling the API.
Every Archisketch OPEN-API request requires OPEN-API-KEY authentication. After signing a contract with Archisketch, please issue an OPEN-API-KEY and use it in the API authentication header as shown below. Add it to the X-API-KEY header in the {Issued OPEN-API-KEY} format.
curl --request GET 'https://api.archisketch.com/open-api/api/v1/' \
--header 'X-API-KEY: {Your_Issued_OPEN-API-KEY}'Accessing the Archisketch Enterprise Service
Log in to the Archisketch Enterprise Service after signing a contract with Archisketch. Go to Settings > Enterprise Settings > Developer Settings, and then click the 'Issue Token' button.

Verifying the OPEN-API-KEY
For security reasons, the issued OpenAPI-Key is displayed on the screen with masking applied. You can reveal the actual key value by hovering your mouse over the masked area, and you can copy it instantly to your clipboard by clicking on it.

Last updated
Was this helpful?
Was this helpful?

