ecrop Docs

Identity (POST)

POST
/omni-eagle/v1/identities

Authorization

Bearer Authentication
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/omni-eagle/v1/identities" \  -H "Content-Type: application/json" \  -d '{    "referenceNumber": 1,    "webHookUrl": "string"  }'
Empty
Empty