Skip to main content
POST
/
agents
/
{id}
/
setup
Setup Agent
curl --request POST \
  --url https://api.kakiyo.com/v1/agents/{id}/setup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "login": "[email protected]",
  "password": "secure_password_123",
  "country": "US"
}'
{
  "message": "Agent setup successfully"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Body

application/json
login
string<email>
required
Example:
password
string
required
Minimum length: 6
Example:
country
string
required
Required string length: 2
Example:

Response

message
string
Example: