Create External OAuth Application

Version 4.0.24.6 (latest)

Create an OAuth Application using the specified configuration.

This is an OAuth Application which Looker uses to access external systems.

Request

POST /external_oauth_applications
Datatype
Description
Request
HTTP Request
body
HTTP Body
Expand HTTP Body definition...
body
External OAuth Application
Expand ExternalOauthApplication definition...
can
object
Operations the current user is able to perform on this object
id
string
ID of this OAuth Application
name
string
The name of this application. For Snowflake connections, this should be the name of the host database.
client_id
string
The OAuth Client ID for this application
client_secret
string
(Write-Only) The OAuth Client Secret for this application
dialect_name
string
The database dialect for this application.
created_at
string
Creation time for this application

Response

200: External OAuth Application

Datatype
Description
can
object
Operations the current user is able to perform on this object
id
string
ID of this OAuth Application
name
string
The name of this application. For Snowflake connections, this should be the name of the host database.
client_id
string
The OAuth Client ID for this application
client_secret
string
(Write-Only) The OAuth Client Secret for this application
dialect_name
string
The database dialect for this application.
created_at
string
Creation time for this application

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

409: Resource Already Exists

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link