Skip to content

X-API Keys

PlaceOS can generate API Keys for authenticated access.

The API keys can be used for:

  • Administrator access to your PlaceOS Backoffice
  1. Login to PlaceOS Backoffice
  2. Navigate to the Admin Tab
  3. Select API Keys
    Select API Keys from Admin Menu
  4. Select the domain the API Key will belong to
  5. Any existing API Keys will be shown in the list
  6. Click Add API Key
    Select API Keys from Admin Menu
  7. Enter the required information:
    • Name: Suitable name for the API Key
    • Description: What the key will be used for (useful for other administrators)
    • Scopes: Select from available scopes (see available scopes below)
    • User: The user in which the API Key will emulate
    • Permissions: Permission level assigned to the API Key (see permission details below)
      Add new API Key Form
  8. Click Save
  9. The new API Key will be shown once after it is saved, you will not be able to view it again
    Showing the new API Key

Available Scopes for API Keys are:

  • public
    A special scope that can access all routes (supports read and write modifiers)
  • api_keys
  • ldap_authentication
  • saml_authentication
  • o_auth_authentication
  • o_auth_applications
  • brokers
  • cluster
  • domains
  • drivers
  • settings
  • modules
  • guests
    A special scope for guests that provides access to some APIs
  • systems
  • control
    .read: module class types, function list of a module, module state lookup
    .write: control websocket, API execute request
  • edges
  • metadata
  • repositories
  • scope.read
  • scope.write

API Keys are typically passed in the header of the request, however can be used in the following ways

  1. HTTP Header: X-API-Key: <token>
  2. URL param: ?api-key=<token>
  3. A HTTP Cookie: api-key=<token>
  1. Navigate to the API Key Page in Backoffice located in the Admin Tab.
  2. Click the trash icon to remove the key.
    Remove API Key

X-API Keys can be used for unattended panel authentication, scopes are required for these applications to function. The table below outlines common applications that require API Keys and the associated scopes.

ApplicationScopes
Booking Panel

users.read

systems.read

control

zones.read (optional)
metadata.read (optional)

Map Kioskpublic.read