Generate an API key

Learn about the GenerateApiKey endpoint in the ApiKeys collection.

This API lets you generate a new API key to authenticate yourself before using our APIs.

API request

Sample

POST {{ServerURL}}/api/services/app/ApiKeys/GenerateAPIKey

API response

Sample

{
    "result": [
        "id": 12345678901234567,
        "apiKey": "2D6E013BA8CE43AA"
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Attributes

Attribute
Description

id

Unique identifier of the generated API key.

apiKey

The generated API key


Authenticating your data source to use our APIs

Last updated

Was this helpful?