Skip to content

Latest commit

 

History

History

trello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Description

Boards, lists and cards to help you organize and prioritize your projects

Example Request

  • Curl
curl "https://trello.com/1/authorize?expiration=never&scope=read,write,account&response_type=token&name=Server%20Token&key={{token}}"
  • Raw
GET /1/authorize?expiration=never&scope=read,write,account&response_type=token&name=Server%20Token&key={{token}} HTTP/1.1
Host: trello.com

Response

  • Success
<!DOCTYPE html>

<html lang="en">
<head>                                                                                                           
...
</head>
<script>
...
</script>
<body class="account-page request-token" onload="setup();"> 
    <div class="account-header compact">
        <img alt="Trello logo" src="/images/trello-logo-blue.svg">
    </div>
    <div id="surface">
        <div class="account-content clearfix">
            <div class="authorization-question">
                <h1>Would you like to give the following application access to your account?</h1>
            </div>
        <hr>
        ...
  • Error
App not found

Regex

[0-9a-z]{32}

Example API key

bb1aa18d0eeea0fc7ggg799h3i9578j