< Back

Get-AirTableApiKey

Sun Jan 19, 2020 5:57 pm

NAME Get-AirTableApiKey



SYNOPSIS

Queries the API key configuration to return the API key set earlier via the Save-AirTableApiKey command.





SYNTAX

Get-AirTableApiKey [[-ApiKey] <String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ApiKey <String>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS>Get-AirTableApiKey



This example pulls the API key from the configuration file.











RELATED LINKS