POST
/
agents
/
prepare
Prepares an agent in the background so that it is ready for a subsequent ensure connection job request.
curl --request POST \
  --url https://sandbox.deck.co/api/v1/agents/prepare \
  --header 'Content-Type: application/json' \
  --header 'x-deck-client-id: <api-key>' \
  --header 'x-deck-secret: <api-key>' \
  --data '{
  "source_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
This response does not have an example.

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Body

Specifies the source for which the agent will be prepared.

The body is of type object.

Response

OK