Fastly Integration
Get Fastly account
Get a Fastly account.
get/api/v2/integrations/fastly/accounts/{account_id}
Path parameters
account_idstring required
Fastly Account id.
Response
OK
Example response
{
"data": {
"attributes": {
"name": "test-name",
"services": [
{
"id": "6abc7de6893AbcDe9fghIj",
"tags": [
"myTag",
"myTag2:myValue"
]
}
]
},
"id": "abc123",
"type": "fastly-accounts"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.