Product docs and API reference are now on Akamai TechDocs.
Search product docs.
Search for “” in product docs.
Search API reference.
Search for “” in API reference.
Search Results
 results matching 
 results
No Results
Filters
Add tags
Add authors
API v4.175.0
Added
Included new endpoints for parent-child account support:
- Child Account List (GET /account/child-accounts)
- Child Account View (GET /account/child-accounts/{euuid})
- Proxy User Token Create (POST /account/child-accounts/{euuid}/token)
Updated
Modified existing endpoints to include specifics for parent-child account support:
- Users List (GET /account/users)
- User View (GET /account/users/{username})
- User Create (POST /account/users)
- User Delete (DELETE /account/users/{username})
- User Update (PUT /account/users/{username})
- Profile Update (PUT /profile)
- User’s Grants View (GET /account/users/{username}/grants – Added the new
child_account_access
grant.) - User’s Grants Update (PUT /account/users/ {username}/grants)
- Account Cancel (POST /account/cancel)
- Account Update (PUT /account)
- Personal Access Token Create (POST /profile/tokens)
Pointed out non-availability of these billing-related endpoints for child account use:
- Account Update (PUT /account)
- Credit Card Add/Edit (POST /account/credit-card)
- Payment Method Add (POST /account/payment-methods/)
- Payment Make (POST /account/payments/)
- Promo Credit Add (POST /account/promo-codes)
Other minor edits for formatting and compatibility.
Fixed
- Payment Make (POST /account/payments). Removed references to CVV which is no longer required by vendor.
- Linode Create (POST /linode/instances). Request body example incorrectly listed
"nat_1_1": "add"
when it’s supposed to be"nat_1_1": "any"
. - NodeBalancer CLI commands. Updated to use proper operators.