cURL
curl --request POST \ --url https://api.example.com/policies/{policyId}/external-id \ --header 'Content-Type: application/json' \ --data ' { "externalId": "<string>" } '
200
Example
{}
Unique identifier for the policy
The response is of type object.
object
Was this page helpful?