Discovery groups API

Get a specific group

GET /api/v1/discovery_groups/:id

Parameters
NameDescription
id *

Numeric ID of group

Example request

GET /api/v1/discovery_groups/114593795

Example CURL command

curl -g "https://company.aha.io/api/v1/discovery_groups/114593795" -X GET \
	-H "Authorization: Bearer 342893839dc114db6d7e51e1ad65ca057712303fbb72155d445061318376b314" \
	-H "Content-Type: application/json" \
	-H "Accept: application/json"

Request

authorization: Bearer 342893839dc114db6d7e51e1ad65ca057712303fbb72155d445061318376b314
contentType: application/json
accept: application/json

Response

Status: 200 OK
contentType: application/json; charset=utf-8

Response body