Calls to the Metadata API are with HTTP Get:
Using Public API Key
GET https://www.googleapis.com/analytics/v3/metadata/ga/columns?key={YOUR_API_KEY}
Using Access token from either Oauth2 or Service account authentication
GET https://www.googleapis.com/analytics/v3/metadata/ga/columns?access_token={Authentcated_Access_Token}