Confirmed users
927
edits
Tarek.ziade (talk | contribs) |
Tarek.ziade (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
* Portable Contacts. All profile or contact data is in Portable Contacts format. | * Portable Contacts. All profile or contact data is in Portable Contacts format. | ||
=== X-Target-Domain === | |||
All APIs must be called with a X-Target-Domain header. The header contains the name of the domain that is being called through the server. This header is used by the server to determine if the service for the domain is available or not. | |||
If the domain is not available, the client will immediately receive a 503 with a Retry-After header (value to be defined). | |||
The client will then need to wait for that time before retrying. In the interim, the client is allowed to call the server for other services. | |||
=== Security === | === Security === | ||
Line 62: | Line 71: | ||
=== OAuth APIs === | === OAuth APIs === | ||
==== Request and Response bodies ==== | ==== Request and Response bodies ==== |