To assign credentials to be used for a specific endpoint, the client should perform a PUT request on the endpoint, with the credential item's URL in the request body, in JSON format.
Request syntax:
PUT <endpoint-url>
{"credentialsUrl":"<credentials-url>"}
To subsequently test credential validity, the client should refresh the endpoint connection, and once the refresh action has been completed, retrieve the endpoint object and check the endpoint object's status.
Comments
0 comments
Please sign in to leave a comment.