cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/applications \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data ' { "source": "https://example.com" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "url": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Creates a new application for identity management.
Beta Capability. Contact support to enable.
API key passed in the header
The source URL of the application
Name of the application
Description of the application
Application created successfully
Unique identifier for the application
URL of the application
Timestamp when the application was created
Was this page helpful?