GET
/
v1
/
motorhead
/
sessions
Header
curl --location --request GET 'https://api.getmetal.io/v1/motorhead/sessions' \
--header 'Content-Type: application/json' \
{
	"data": [
		"session-1",
		"session-2",
		"session-3",
		"session-4"
	]
}

Auth Headers

x-metal-api-key
string
required

An API key for your org.

x-metal-client-id
string
required

A Client ID for your org.

Response

data
Index Array