Skip to main content
Version: 1.15.2

Create a new dimension item

POST 

/v1/dimensions/:dimensionId/items

Creates a new dimension item for the specified dimension within the authenticated user's organization

Request

Responses

Dimension item created successfully

Response Headers
    Location

    URI of the created dimension item

    Example: /v1/dimensions/af5f2270-9a4d-467f-9ca7-69562369979c/items/8a684e99-d19b-4f83-8239-7ac89aa1109c
    X-RateLimit-Limit

    Maximum number of requests allowed in the current rate limit window for the used scope.

    X-RateLimit-Remaining

    Number of requests remaining in the current rate limit window.

    X-RateLimit-Reset

    Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.

    X-RateLimit-Scope

    The OAuth scope bucket to which this rate limit applies: read or write.