Access Using API Key

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsAccess Using API Key

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 access is limited by the default role assigned to the application with that API key.

Request:

GET https://foo.com/api/v2/system/user?api_key=abc123efg

Note: API key can also be supplied using the X-DreamFactory-Api-Key request header.