GET
/
users
/
carbon-formats
curl --request GET \
  --url https://api.altostrat.io/users/carbon-formats \
  --header 'Authorization: Bearer <token>'
{
  "date": [
    {
      "format": "d M Y",
      "example": "07 Apr 2025"
    }
  ],
  "time": [
    {
      "format": "d M Y",
      "example": "07 Apr 2025"
    }
  ]
}

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Response

200
application/json
Supported date and time formats.
date
object[]
time
object[]