Configurations
Activation for ISP
In order for the ISP to verify their own OAIDs, a general activation must be done. Only then can the ISP determine the existence and owner of an OAID.
Activation is executed by setting the appropriate configuration in the Management section of the API.
$ curl --request PATCH --location "https://api.oaid.at/v1/pip/mgm/config/" \
$ --header "Authorization: Bearer <access_token>" \
$ --header "Accept: application/json" \
$ --header "Content-Type: application/json" \
$ --data '{"isp_allowed": true}'
---> 100%
{
"isp_allowed": true,
"modified_at": "2022-05-18T15:13:01.752+00:00"
}