Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Update apidoc.markdown #2903

Open
wants to merge 1 commit into
base: preview
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/api-reference/authentication/apidoc.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ When refreshing a token or when calling any other APIs, the token's geolocation

**Note:** Client-side calls should use the www- variant of the base URI.

For example:
When obtaining a token, if the response was the below:
#### Example
Consider an example where your application obtains a token and receives the response below:

```http
HTTP/1.1 200 OK
Expand All @@ -236,7 +236,7 @@ Connection: Close
}
```

When then calling the receipts API to post a receipt, your request should be made to https://us.api.concursolutions.com (if server side) or https://www-us.api.concursolutions.com (for clients).
When your application calls another API, such as the receipts API to post a receipt, the request should be made using the base URI specified in the geolocation value of the response. In the example above, that request would be made to https://us.api.concursolutions.com (if server side) or https://www-us.api.concursolutions.com (for clients). The geolocation value can be any of the supported base URIs. The application should store the specific geolocation it receives, and use it as the base URI for future API calls.


## <a name="id_token"></a>ID Token
Expand Down