POST
/
integrations
/
jira
curl --request POST \
  --url https://use.hoop.dev/api/integrations/jira \
  --header 'Content-Type: application/json' \
  --data '{
  "api_token": "<string>",
  "created_at": "<string>",
  "id": "<string>",
  "org_id": "<string>",
  "status": "enabled",
  "updated_at": "<string>",
  "url": "<string>",
  "user": "<string>"
}'
{
  "api_token": "<string>",
  "created_at": "<string>",
  "id": "<string>",
  "org_id": "<string>",
  "status": "enabled",
  "updated_at": "<string>",
  "url": "<string>",
  "user": "<string>"
}

Body

application/json
The request body resource

The body is of type object.

Response

201
application/json
Created

The response is of type object.