opportunity-controller
Post v1apiopportunity
POST
cURL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url http://service.authmatech.com/v1/api/opportunity \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <x-client-id>' \
--data '
{
"authmatechCode": "<string>",
"metadataId": "<string>"
}
'{}curl --request POST \
--url http://service.authmatech.com/v1/api/opportunity \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <x-client-id>' \
--data '
{
"authmatechCode": "<string>",
"metadataId": "<string>"
}
'{}