DevZero Logo
DevZero

get a user oauth token for the oauth integration

GET
/workspaces/runtime/oauth_token/{repo_manager_id}
/workspaces/runtime/oauth_token/{repo_manager_id}

Path Parameters

repo_manager_id
Required
string

ID oauht2 repo manager integration id

Header Parameters

token
Required
string

workspace authorization token

curl -X GET "https://api.devzero.io/backend/v0/workspaces/runtime/oauth_token/string" \
  -H "token: string"

oauth token

{
  "access_token": "string",
  "expiry": "2019-08-24T14:15:22Z"
}