Access Using API Key
From DreamFactory
DreamFactory APIs can be consumed with just an API key. Each app has a unique API key that is passed as part of each request. If no session token is provided the request is considered to be from an unauthenticated user. Access is limited by the default role assigned to the application with that API key. In other words the default role specifies what resources unauthenticated users have access to.
Request:
GET https://foo.com/api/v2/db/_table?api_key=abc123efg
- HTTP method: GET
- URL: https://foo.com/api/v2
- Service: db
- Resource: _table
- API key: abc123efg
Note: API key can also be supplied using the X-DreamFactory-Api-Key request header.